diff --git a/commit-file.txt b/commit-file.txt index de996da..4488516 100644 --- a/commit-file.txt +++ b/commit-file.txt @@ -41,3 +41,4 @@ 1 1 1 +1 diff --git a/commit.py b/commit.py new file mode 100644 index 0000000..4c2072f --- /dev/null +++ b/commit.py @@ -0,0 +1,12 @@ +"""""" + +import subprocess + +subprocess.call("/srv/daily-commit/commit.sh", shell=True)