🍭Test
This commit is contained in:
parent
20d4d81252
commit
136c544c57
@ -1,7 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
dir_sync=/root/Help/互助研究院\(1597522865\)/2021年07月
|
dir_sync=/root/Help/互助研究院\(1597522865\)/2021年07月
|
||||||
|
py=/root/telegram_channel_downloader/tg_channel_downloader.py
|
||||||
|
|
||||||
|
python3 $py &
|
||||||
|
|
||||||
(
|
(
|
||||||
echo "resolve_username DlHelper_bot"
|
echo "resolve_username DlHelper_bot"
|
||||||
@ -11,7 +13,6 @@ 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 \;
|
find $dir_sync -name "*code\.sh" -exec mv {} $dir_sync/code\.sh \;
|
||||||
find $dir_sync -name "*task_before\.sh" -exec mv {} $dir_sync/task_before\.sh \;
|
find $dir_sync -name "*task_before\.sh" -exec mv {} $dir_sync/task_before\.sh \;
|
||||||
find $dir_sync -name "*config_sample\.sh" -exec mv {} $dir_sync/config_sample\.sh \;
|
find $dir_sync -name "*config_sample\.sh" -exec mv {} $dir_sync/config_sample\.sh \;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user