* sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
[fw/sdcc] / sim / ucsim / mkecho
1 #!/bin/sh
2 if [ -f ${1}/devel ]; then
3         shift
4         echo "$@"
5 fi