commit message from python script

This commit is contained in:
2023-08-23 10:00:02 +02:00
parent 559721aaf5
commit 168def1fb4
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,5 @@
#! /usr/bin/env python3
with open("/var/log/pull_and_push.log", "r") as log:
for line in log:
print(line)