diff --git a/Scripts/sh/serv2git.sh b/Scripts/sh/serv2git.sh new file mode 100644 index 0000000..ced8fc5 --- /dev/null +++ b/Scripts/sh/serv2git.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +cd /root/GitHub/VIP +git add . +git commit -m "🤖️sync $(date +%Y-%m-%d" "%H:%M:%S)" +git push -u origin main \ No newline at end of file