mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 17:19:56 -05:00
3 lines
74 B
Bash
3 lines
74 B
Bash
#!/bin/sh
|
|
# This file is in the public domain.
|
|
builtin ${0##*/} ${1+"$@"}
|