* sim/ucsim/hc08.src/inst.cc,
[fw/sdcc] / sim / ucsim / mkecho
1 #!/bin/sh
2 if [ -f ${1}/devel ]; then
3         shift
4         echo "$@"
5 fi