From 8b205b78a7edd07f4ccdd54dd783c8d5fd491353 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Fri, 14 Apr 2023 14:58:59 -0400 Subject: [PATCH] Added upload script for easier commits Former-commit-id: 8fd9fafe1e13d524111d577647c2f8012281fca9 Former-commit-id: 8eaefd58e86ecc5911410f7f4cdab45e4f36a238 --- .gitignore | 1 + commit.sh | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .gitignore create mode 100755 commit.sh diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..72e8ffc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +* diff --git a/commit.sh b/commit.sh new file mode 100755 index 0000000..7d17715 --- /dev/null +++ b/commit.sh @@ -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