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