Skip to content

Instantly share code, notes, and snippets.

@gyoza
Created April 26, 2018 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gyoza/6b93302c34e0670ff023dec27b0aa98f to your computer and use it in GitHub Desktop.
Save gyoza/6b93302c34e0670ff023dec27b0aa98f to your computer and use it in GitHub Desktop.
touch
def touch(path):
with open(path, 'a'):
os.utime(path, None)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment