Files
drawing/update.sh
2023-02-18 03:27:34 +08:00

4 lines
83 B
Bash
Executable File

#!/bin/sh
# 服务器跟随更新
ssh root@106.15.192.42 "cd ~/drawing; git pull;"