Skip to content

Instantly share code, notes, and snippets.

@atomic-penguin
Created July 18, 2011 17:12
Show Gist options
  • Select an option

  • Save atomic-penguin/1090075 to your computer and use it in GitHub Desktop.

Select an option

Save atomic-penguin/1090075 to your computer and use it in GitHub Desktop.
#!/bin/bash
find /Users -mindepth 1 -mtime +1 -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment