PIKApp/build/windows/installer/lang/addbom.sh

4 lines
50 B
Bash
Raw Normal View History

2023-09-26 00:35:21 +02:00
#!/bin/bash
sed "1s/^/\xEF\xBB\xBF/" "$1" > "$2"