mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
3 lines
74 B
Bash
3 lines
74 B
Bash
#!/bin/sh
|
|
# This file is in the public domain.
|
|
builtin ${0##*/} ${1+"$@"}
|