4 # - extract title, composer, etc, put into sc68 file properly.
6 # Julian Squires <tek@wiw.org> / 2004
9 if [ X
`echo $1 | sed -e s/\.s$//` = X
$1 ]; then
10 echo "The argument to this script ($1) should end in \".s\"."
13 binfile
=`echo $1 | sed -e s/\.s$/.bin/`
14 sc68file
=`echo $1 | sed -e s/\.s$/.sc68/`