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

4 lines
50 B
Bash

#!/bin/bash
sed "1s/^/\xEF\xBB\xBF/" "$1" > "$2"