From 5b8feff9cf1bfa0d0aac8be2754bd3babbd8853f Mon Sep 17 00:00:00 2001 From: Mutant Savior Date: Fri, 20 Dec 2024 10:43:54 -0800 Subject: [PATCH] New scores --- push_new_scores.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 push_new_scores.sh 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