Hissy Fit Prevention

Written in GNU Emacs
Esse commit está contido em:
Christopher Ngo
2016-05-30 00:54:04 -07:00
commit 8dc36d919f
+6
Ver Arquivo
@@ -0,0 +1,6 @@
#!/bin/bash
for i in *
do
sed -i 's/ /\t/g' $i
done