freebsd-skq/usr.bin/alias/generic.sh
cperciva bbf37290b2 MFC rev. 1.2: Use the "builtin" shell function to make sure that the
requested command is handled as a shell function.
2005-11-04 18:22:17 +00:00

5 lines
86 B
Bash

#!/bin/sh
# $FreeBSD$
# This file is in the public domain.
builtin ${0##*/} ${1+"$@"}