New target "hc08" for the Motorola 68hc08 family of micros
[fw/sdcc] / sim / ucsim / mkecho
1 #!/bin/sh
2 if [ -f ${1}/devel ]; then
3         shift
4         echo "$@"
5 fi