5cd19a3cfd
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.
5 lines
78 B
Bash
5 lines
78 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
# This file is in the public domain.
|
|
${0##*/} ${1+"$@"}
|