diff options
Diffstat (limited to 'opt/cleanup/tab2spaces.sh')
-rw-r--r-- | opt/cleanup/tab2spaces.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opt/cleanup/tab2spaces.sh b/opt/cleanup/tab2spaces.sh new file mode 100644 index 00000000000..1022be7905c --- /dev/null +++ b/opt/cleanup/tab2spaces.sh @@ -0,0 +1,2 @@ +# Be sure to specify files instead of * when running the script. +perl -p -i -e "s/\t/ /g" * |