gophercomments/clear_log.py

6 lines
102 B
Python
Executable File

#!/usr/bin/python3
import sys
with open("/home/dowel/gophercomments/log.txt","w") as f:
f.write("")