mirror of
https://github.com/nitraiolo/CfgUSBLoader.git
synced 2025-01-09 01:40:43 +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);'
|