woodwind/log.sh
2016-05-21 07:38:19 -07:00

11 lines
152 B
Bash
Executable file

#!/bin/bash
REMOTE_USER=kmahan
HOST=orin.kylewm.com
ssh -t $REMOTE_USER@$HOST bash -c "'
set -x
sudo tail -n 60 -f /var/log/upstart/woodwind.log
'"