From 01521499c18d38ecaf42d2db575090d1b112ec10 Mon Sep 17 00:00:00 2001 From: lzc256 Date: Wed, 15 May 2024 13:31:36 +0800 Subject: [PATCH] Auto Push --- add-proxy.sh | 0 push.sh | 5 +++++ 2 files changed, 5 insertions(+) mode change 100644 => 100755 add-proxy.sh create mode 100755 push.sh diff --git a/add-proxy.sh b/add-proxy.sh old mode 100644 new mode 100755 diff --git a/push.sh b/push.sh new file mode 100755 index 0000000..5e2b07e --- /dev/null +++ b/push.sh @@ -0,0 +1,5 @@ +#!/run/current-system/sw/bin/bash + +git add . +git commit -m "Auto Push" +git push