Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save TMG-MattNewman/1c0ebd26b610501815134bb613a1421d to your computer and use it in GitHub Desktop.
Save TMG-MattNewman/1c0ebd26b610501815134bb613a1421d to your computer and use it in GitHub Desktop.
find src -name '*.js' ! -type d -exec bash -c 'expand -t 4 "$0" > /tmp/e && mv /tmp/e "$0"' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment