Skip to content

Instantly share code, notes, and snippets.

@werrpy
Last active May 25, 2019 03:33
Show Gist options
  • Save werrpy/d418b88baae3b05ccbf8b8d487ad3e68 to your computer and use it in GitHub Desktop.
Save werrpy/d418b88baae3b05ccbf8b8d487ad3e68 to your computer and use it in GitHub Desktop.
¯\_(ツ)_/¯
for D in `find . -type d`; do
echo "${D}"
cd "${D}"
unrar .
cd ..
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment