#!/bin/sh
# $MidnightBSD: src/usr.bin/alias/generic.sh,v 1.2 2012/11/23 01:13:49 laffer1 Exp $
# This file is in the public domain.
builtin ${0##*/} ${1+"$@"}
