mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
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.
4 lines
78 B
Bash
4 lines
78 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
# This file is in the public domain.
|
|
${0##*/} ${1+"$@"}
|