pandaria_5.4.8/contrib/cleanup/tab2spaces.sh
2021-12-28 12:17:51 +03:00

2 lines
42 B
Bash

#!/bin/bash
perl -wpi -e "s/\t/ /g" $1