summaryrefslogtreecommitdiff
path: root/sim/ucsim/mkecho
blob: 91ac1aa19fdf62cbd3a209a72a4de443e060ec71 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ -f ${1}/devel ]; then
	shift
	echo "$@"
fi

# End of mkecho