Added upload script for easier commits

Former-commit-id: 8fd9fafe1e13d524111d577647c2f8012281fca9
Former-commit-id: 8eaefd58e86ecc5911410f7f4cdab45e4f36a238
This commit is contained in:
2023-04-14 14:58:59 -04:00
parent 7e24234c15
commit 8b205b78a7
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
*
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
git add -f extra lib/sshyp.py lib/sshync.py port-jobs share LICENSE README.md package.sh commit.sh .gitignore
git commit -m "$1"
git push