webtunnel/push.sh

6 lines
75 B
Bash
Raw Permalink Normal View History

2024-11-30 01:24:20 +05:00
#!/bin/bash
git add . && git commit -m "Update" && git push
echo "Ready"