CfgUSBLoader/Languages/del_bom.sh
2015-01-17 10:11:08 +00:00

3 lines
73 B
Bash

#!/bin/sh
perl -e '@file=<>;$file[0] =~ s/^\xEF\xBB\xBF//;print(@file);'