* sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
[fw/sdcc] / sim / ucsim / mkecho
1 #!/bin/sh
2
3 if [ -f ${1}/devel ]; then
4         shift
5         echo "$@"
6 fi
7
8 # End of mkecho