SleepIsDeath/build/unix2dosScript

7 lines
95 B
Plaintext
Raw Normal View History

cat "$1" | ./unix2dos > tempUNIX2DOS.txt
cp -f tempUNIX2DOS.txt "$1"
rm -f tempUNIX2DOS.txt