Advertisement
SipriusPT

subprocess

Jul 24th, 2017
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. import subprocess
  2.  
  3. if __name__=="__main__":
  4.     backup_folder = 'C:/bitbucket_backup_repo/'
  5.     output = subprocess.call('git init --bare', cwd=backup_folder_repo)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement