Skip to content
Snippets Groups Projects
Commit 3206a961 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

add extra tools

parent 059d4a66
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
echo BEGIN NCOV AT $(env TZ=Asia/Shanghai date)
/home/recolic/code/hust-ncov-autosubmit/run.py
ret=$?
# bot banned, so just make a try.
[[ $ret = 0 ]] && curl 'http://xxxxxxxxxx/send_group_msg?access_token=ac0f79xxxxxxxxxxxxxxxxxxxxx9de47&group_id=274841516&message=+1'
exit $ret
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment