mailiverse/deploy/dev-watch
2013-08-09 17:31:37 -04:00

6 lines
112 B
Plaintext
Executable File

if [ -z "$1" ]; then echo "Must supply name"; exit 0; fi
server="red"
ssh $1@$server "tail -n 100 -f run.log"