mirror of
https://github.com/nitraiolo/CfgUSBLoader.git
synced 2025-01-09 17:59:26 +01:00
3 lines
73 B
Bash
3 lines
73 B
Bash
|
#!/bin/sh
|
||
|
perl -e '@file=<>;$file[0] =~ s/^\xEF\xBB\xBF//;print(@file);'
|