Skip to content

Instantly share code, notes, and snippets.

@wandersonwhcr
Created June 28, 2021 19:07
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 wandersonwhcr/e8db083e8376d5dd59ecf8e7a1e57a00 to your computer and use it in GitHub Desktop.
Save wandersonwhcr/e8db083e8376d5dd59ecf8e7a1e57a00 to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
touch -t 202001010000 /tmp/timestamp && \
find . ! -newer /tmp/timestamp -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment