We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae03b1 commit f1e4520Copy full SHA for f1e4520
1 file changed
commit.sh
@@ -0,0 +1,3 @@
1
+#!/bin/bash
2
+
3
+cd ./PyArchiveFile; git add .; git commit -am "Small update"; git push; cd ../PyNeoFile; git commit -am "Small update"; git push; cd ../PyCatFile; git commit -am "Small update"; git push; cd ../PyFoxFile; git commit -am "Small update"; git push;
0 commit comments