#!/bin/bash

# Print out BOM for UTF-8
echo -n -e "\0357\0273\0277"

# Convert text file from cp437 to UTF-8.
/usr/bin/tcs -f msdos -t utf $*
