5 lines
85 B
Bash
Executable File
5 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# 服务器跟随更新
|
|
ssh ai "cd ~/reverse_image_search_gpu; git pull;"
|