summaryrefslogtreecommitdiffstats
path: root/shell_cmds/alias/generic.sh
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/alias/generic.sh')
-rw-r--r--shell_cmds/alias/generic.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell_cmds/alias/generic.sh b/shell_cmds/alias/generic.sh
new file mode 100644
index 0000000..5948cc9
--- /dev/null
+++ b/shell_cmds/alias/generic.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+# $FreeBSD: src/usr.bin/alias/generic.sh,v 1.2 2005/10/24 22:32:19 cperciva Exp $
+# This file is in the public domain.
+builtin `echo ${0##*/} | tr \[:upper:] \[:lower:]` ${1+"$@"}