xref: /freebsd/usr.bin/alias/generic.sh (revision e0c4386e)
1#!/bin/sh
2# This file is in the public domain.
3builtin ${0##*/} ${1+"$@"}
4