VolksForth/tools/to-atascii.sh

5 lines
103 B
Bash
Executable File

#!/bin/sh
# converts from ASCII to ATASCII (Atari 400/800/XL/XE)
tr '\12\11' '\233\177' < ${1} > ${2}