mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-07-01 02:59:22 +02: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")) |