diff --git a/push_new_scores.sh b/push_new_scores.sh new file mode 100755 index 0000000..ea8c515 --- /dev/null +++ b/push_new_scores.sh @@ -0,0 +1,5 @@ +#!/bin/sh +cd /home/mutantsavior/cor/leaderboard_data +git add . +git commit -a -m "New scores" +git push