Skip to content

Instantly share code, notes, and snippets.

@bryantwilliam
Last active October 2, 2015 07:56
Show Gist options
  • Save bryantwilliam/1ce4240cabdafcc5938c to your computer and use it in GitHub Desktop.
Save bryantwilliam/1ce4240cabdafcc5938c to your computer and use it in GitHub Desktop.
Garry's Mod fix.
sudo su
find ./ -depth -type d -exec rename 'y/[A-Z]/[a-z]/' {} ";"
find ./ -depth -type d -exec rename 'y/[A-Z]/[a-z]/' {} ";"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment