mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 13:56:01 +01:00
4 lines
184 B
Python
Executable File
4 lines
184 B
Python
Executable File
import subprocess
|
|
|
|
command = 'git -C /home/usman/Backup/CyberCP commit -m "Auto commit by CyberPanel Daily cron on"'
|
|
print(subprocess.check_output(command, shell=True).decode("utf-8")) |