Skip to content

Commit

Permalink
Merge pull request #5 from ingochris/master
Browse files Browse the repository at this point in the history
Hissy Fit Prevention
  • Loading branch information
Stitchpunk committed May 31, 2016
2 parents 41cb9fc + bb4631c commit cdc4f26
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions shower.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

for i in *
do
sed -i 's/ /\t/g' $i
done

0 comments on commit cdc4f26

Please sign in to comment.