4 lines
83 B
Bash
Executable File
4 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# 服务器跟随更新
|
|
ssh root@106.15.192.42 "cd ~/drawing; git pull;" |