Skip to content

Instantly share code, notes, and snippets.

@alexzhan
Created October 29, 2010 12:00
Show Gist options
  • Save alexzhan/653403 to your computer and use it in GitHub Desktop.
Save alexzhan/653403 to your computer and use it in GitHub Desktop.
one small bash
for i in *.jpg ;do chmod 777 $i; done
http://bbs2.chinaunix.net/archiver/tid-1526292.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment