mirror of
https://github.com/tickstep/aliyunpan.git
synced 2025-02-03 05:47:16 +08:00
5 lines
137 B
Bash
5 lines
137 B
Bash
#!/bin/sh
|
|
|
|
# 更改路径为你电脑sync.sh文件所在文件夹路径
|
|
cd /path/to/your/sync.sh/folder
|
|
nohup ./sync.sh >/dev/null 2>&1 & |