This commit is contained in:
2025-04-08 22:37:42 +08:00
Unverified
parent be8038d398
commit f000b1ce69

View File

@@ -80,7 +80,7 @@ def pseudo_zsh():
if args[0] == 'ssh1':
subprocess.run(['ssh','root@10.147.17.161'])
if args[0] == 'update':
if args[0] == 'ud':
try:
print("Updating code...")
subprocess.run(['git', 'pull'])