Order-java-bot.1.1 / auto-git.sh
root
Add application file
6662122
Raw
History Blame Contribute Delete
95 Bytes
#!/bin/bash
git add .
git add app.py
git commit -m "Add application file"
git push
echo "done"