#!/bin/sh

echo $1 > /tmp/$1.lnk
echo "-s" >> /tmp/$1.lnk
link-hc08 -nf /tmp/$1

