mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-05 17:05:07 -05:00
7 lines
141 B
Plaintext
Executable File
7 lines
141 B
Plaintext
Executable File
if [ -z "$1" ]; then echo "Must supply name"; exit 0; fi
|
|
|
|
source ./config.hosts
|
|
server=$M_HOST_PROD
|
|
|
|
ssh $1@$server "tail -n 100 -f run.log"
|