Skip to content

Commit

Permalink
loop rp-space
Browse files Browse the repository at this point in the history
  • Loading branch information
christophmluscher committed Jan 25, 2015
1 parent 1d9bdac commit f4a7577
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rp-space.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/bin/bash

mv "${1}" "${1// /-}"
for f in "$@"
do
mv "$f" "${f// /-}"
done

0 comments on commit f4a7577

Please sign in to comment.