Files
ThordekkCore/contrib/cleanup/tab2spaces.sh
T
2026-01-20 21:28:45 -03:00

3 lines
42 B
Bash

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