첫 번째 커밋

This commit is contained in:
javamon
2025-12-06 22:31:19 +09:00
commit 849a100fa9
33 changed files with 6613 additions and 0 deletions

10
cron.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
((
cd /home/oh_my_bot/project/oh_my_bot && \
python3 app.py
) > /cron.log 2>&1)