sdcc-gas/sim/ucsim/mkecho

9 lines
76 B
Bash
Executable File

#!/bin/sh
if [ -f ${1}/devel ]; then
shift
echo "$@"
fi
# End of mkecho