cleanup
This commit is contained in:
4
2026/kalmar/misc/git-hoarder/handout/clone.py
Normal file
4
2026/kalmar/misc/git-hoarder/handout/clone.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import subprocess
|
||||
git_url = input('Git url to clone > ')
|
||||
subprocess.run(["git", "clone", git_url], capture_output=False)
|
||||
print('Done cloning!')
|
||||
Reference in New Issue
Block a user