This commit is contained in:
yankay
2021-09-10 12:21:53 +08:00
parent 0729c1729b
commit 98aaf08147

View File

@@ -34,7 +34,7 @@ def main():
for l in lines:
sync_cmds.append(skepo_sync_cmd(l))
for c in sync_cmds:
print(c)
print(c)
os.system(c)
if __name__ == "__main__":