minetest-mm/git-push

7 lines
116 B
Plaintext
Raw Permalink Normal View History

2020-10-26 17:38:53 +01:00
#!/bin/bash
mv -f config-file ../config-file
git add .
git commit -m "$1"
git push
mv -f ../config-file config-file