mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-14 13:15:03 -05:00
6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
|
if [ -z "$1" ]; then echo "Must supply name"; exit 0; fi
|
||
|
|
||
|
server="blue"
|
||
|
|
||
|
ssh $1@$server "tail -n 100 -f run.log"
|