Skip to content

Instantly share code, notes, and snippets.

@momota
Created March 19, 2015 11:03
Show Gist options
  • Save momota/73366b6402f5c25bed3b to your computer and use it in GitHub Desktop.
Save momota/73366b6402f5c25bed3b to your computer and use it in GitHub Desktop.
sshrc
#!/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