bbf37290b2
requested command is handled as a shell function.
5 lines
86 B
Bash
5 lines
86 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
# This file is in the public domain.
|
|
builtin ${0##*/} ${1+"$@"}
|