Created
March 19, 2015 11:03
-
-
Save momota/73366b6402f5c25bed3b to your computer and use it in GitHub Desktop.
sshrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo | |
echo "------------------------------------------------------------------" | |
echo "HOSTNAME : `hostname`" | |
echo "DATE : `date \"+%Y-%m-%d %H:%M:%S\"`" | |
echo "USER : `whoami`" | |
echo "PWD : `pwd`" | |
echo "------------------------------------------------------------------" | |
echo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment