test
This commit is contained in:
parent
0615c712e4
commit
9e8e38f0b8
5
tdarr_inform.py
Normal file
5
tdarr_inform.py
Normal file
@ -0,0 +1,5 @@
|
||||
from sys import argv
|
||||
|
||||
|
||||
fp = open('/opt/testlog.log', 'a', 0)
|
||||
fp.write("%s" % argv)
|
||||
Loading…
Reference in New Issue
Block a user