This commit is contained in:
Leon 2021-07-25 17:18:08 +08:00 committed by GitHub
parent ba7cb2da32
commit c1a5c0bb3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,8 @@
#!/bin/bash #!/bin/bash
dir_sync=/root/Help/互助研究院\(1597522865\)/2021年07月 dir_sync=/root/Help/互助研究院\(1597522865\)/2021年07月
dir_git=/root/GitHub/VIP
Help=$dir_git/Scripts/sh/Helpcode2\.8
( (
echo "resolve_username DlHelper_bot" echo "resolve_username DlHelper_bot"
@ -11,6 +12,8 @@ dir_sync=/root/Help/互助研究院\(1597522865\)/2021年07月
echo "safe_quit" echo "safe_quit"
) | docker exec -i telegram-cli telegram-cli -N ) | docker exec -i telegram-cli telegram-cli -N
find $dir_sync -name "*code\.sh" -exec mv {} $dir_sync/code\.sh \; cd $dir_git
find $dir_sync -name "*task_before\.sh" -exec mv {} $dir_sync/task_before\.sh \; git fetch --all && git reset --hard origin/master && git pull
find $dir_sync -name "*config_sample\.sh" -exec mv {} $dir_sync/config_sample\.sh \; find $dir_sync -name "*code\.sh" -exec mv {} $Help/code\.sh \;
find $dir_sync -name "*task_before\.sh" -exec mv {} $Help/task_before\.sh \;
find $dir_sync -name "*config_sample\.sh" -exec mv {} $Help/config_sample\.sh \;