1 2 3 4 5 6
#!/bin/sh # $FreeBSD: src/tools/regression/usr.bin/make/shell/path/sh,v 1.1 2005/05/31 14:13:03 harti Exp $ echo $@ if ! test -t 0 ; then cat fi