melawy-refind-theme-nier-a2/push.sh

6 lines
75 B
Bash
Executable File

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