CfgUSBLoader/Languages/del_bom.sh

3 lines
73 B
Bash
Raw Normal View History

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