We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b05213 commit 6e0196eCopy full SHA for 6e0196e
sshpush.py
@@ -0,0 +1,10 @@
1
+#!/usr/bin/python3
2
+import subprocess
3
+
4
5
+def sshpush():
6
+ subprocess.call('git push [email protected]:boraxpr/bitesofpy.git'.split())
7
8
9
+if __name__ == '__main__':
10
+ sshpush()
0 commit comments