arr_to_tdarr/tdarr_inform.py
deathbybandaid 93e9ccfdd7 test
2023-01-06 10:22:32 -05:00

8 lines
102 B
Python

#!/usr/bin/python
from sys import argv
fp = open('/opt/testlog.log', 'a', 0)
fp.write("%s" % argv)