This commit is contained in:
gobbo_a
2024-05-23 08:55:33 +02:00
parent e4d4d15d09
commit 8837d77401
6 changed files with 87 additions and 34 deletions

3
script/pull.py Normal file
View File

@@ -0,0 +1,3 @@
import subprocess
ret = subprocess.check_output("git pull", shell=True, cwd="/sls/rf/data/SLS_Teststand/PShell/sls_archiver")
set_return(ret)