melawy-red-dark-default-cur.../push.sh

7 lines
72 B
Bash
Executable File

#!/bin/bash
git add . && git commit -m "Update"
git push
echo "Ready"