Files
blog/scripts/remote.sh

9 lines
101 B
Bash
Raw Permalink Normal View History

2026-03-25 15:14:49 +09:00
HOST=$1
if [[ -z $1 ]];
then
HOST="web"
echo $HOST
fi
ssh $HOST /srv/blog/scripts/update.sh