mailiverse/deploy/dev-watch

7 lines
142 B
Plaintext
Raw Normal View History

2013-08-09 17:31:37 -04:00
if [ -z "$1" ]; then echo "Must supply name"; exit 0; fi
2013-08-16 15:34:54 -04:00
source ../config.hosts
server=$M_HOST_DEV
2013-08-09 17:31:37 -04:00
ssh $1@$server "tail -n 100 -f run.log"