freebsd-dev/usr.bin/alias/generic.sh
Garrett Wollman 5cd19a3cfd A little bit more thought has resulted in a generic script which can
implement any of the useless POSIX-required ``regular shell builtin''
utilities, saving one frag and one inode each.  The script moves to
usr.bin/alias which is alphabetically the first of these commands.
2002-07-16 22:16:05 +00:00

5 lines
78 B
Bash

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