Revision d902a899f496e18925d2664ccd9cef7d671945d2 authored by Ken Smith on 23 January 2010, 15:28:18 UTC, committed by Ken Smith on 23 January 2010, 15:28:18 UTC
1 parent 09e9aef
Raw File
generic.sh
#!/bin/sh
# $FreeBSD$
# This file is in the public domain.
builtin ${0##*/} ${1+"$@"}
back to top