commit message from python script
This commit is contained in:
Binary file not shown.
5
test_skripte/read_logging.py
Normal file
5
test_skripte/read_logging.py
Normal 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)
|
||||||
Reference in New Issue
Block a user