11111
This commit is contained in:
2
main.py
2
main.py
@@ -80,7 +80,7 @@ def pseudo_zsh():
|
|||||||
if args[0] == 'ssh1':
|
if args[0] == 'ssh1':
|
||||||
subprocess.run(['ssh','root@10.147.17.161'])
|
subprocess.run(['ssh','root@10.147.17.161'])
|
||||||
|
|
||||||
if args[0] == 'update':
|
if args[0] == 'ud':
|
||||||
try:
|
try:
|
||||||
print("Updating code...")
|
print("Updating code...")
|
||||||
subprocess.run(['git', 'pull'])
|
subprocess.run(['git', 'pull'])
|
||||||
|
|||||||
Reference in New Issue
Block a user