balsamine.2013-2014
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

git-rename.sh
text/x-sh

Download raw (68 bytes)

for FILE in *; do git mv "$FILE" $(echo "$FILE" | tr " " "_"); done