Files
TrinityCore/contrib/cleanup/tab2spaces.sh
2009-04-07 12:23:58 +02:00

3 lines
95 B
Bash

# Be sure to specify files instead of * when running the script.
perl -p -i -e "s/\t/ /g" *