Skip to content

Instantly share code, notes, and snippets.

@Tattoo
Created August 24, 2016 05:18
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 Tattoo/57955ecfc3684fbfeef19cf61a8f44b1 to your computer and use it in GitHub Desktop.
Save Tattoo/57955ecfc3684fbfeef19cf61a8f44b1 to your computer and use it in GitHub Desktop.
alias robot_clean="find . \( -name log.html -or -name report.html -or -name output.xml -or -name debug.log -or -name \"*-screenshot-*.png\" \) -exec rm -rf {} \;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment