diff --git a/fucking_coffee.py b/python/fucking_coffee.py old mode 100644 new mode 100755 similarity index 96% rename from fucking_coffee.py rename to python/fucking_coffee.py index 7dea915..a510b02 --- a/fucking_coffee.py +++ b/python/fucking_coffee.py @@ -1,4 +1,5 @@ #!/usr/bin/env python + import datetime import sys import subprocess @@ -30,13 +31,4 @@ time.sleep(64) # love the smell! con.write("sys pour\n") -con.close() - - - - - - - - - +con.close()