Subversion Repositories stackman

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 daniel-mar 1
#!/bin/bash
2
username=$( whoami )
3
hostname=$( uname -n )
4
echo "$username@$hostname"