Created
August 1, 2017 07:16
-
-
Save joshsh/270dad89a9a4f80252e5f5a389fcbc08 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
ls | grep "^................$" > /tmp/files | |
for i in `cat /tmp/files`; do git mv $i $i.smsn; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment