minetest-mm/git-push

7 lines
116 B
Bash
Executable File

#!/bin/bash
mv -f config-file ../config-file
git add .
git commit -m "$1"
git push
mv -f ../config-file config-file