diff --git a/upload.sh b/upload.sh new file mode 100755 index 0000000..cb154b6 --- /dev/null +++ b/upload.sh @@ -0,0 +1,5 @@ +#!/bin/bash +echo "Starting Send..." +git add * +git commit -m "Updates" +git push \ No newline at end of file