bin-utils/remove_bom
2015-05-30 18:42:42 +02:00

4 lines
63 B
Bash
Executable File

#!/bin/bash
awk '{if(NR==1)sub(/^\xef\xbb\xbf/,"");print}' $1