aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/command
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2002-07-16 21:13:11 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2002-07-16 21:13:11 +0000
commitb107f944adcc3cb203dd283c45c7be193b3f8ada (patch)
tree762dc7e55dafaf0dbce95db9084233f2f7e78ab5 /usr.bin/command
parent020d4fa6de4b1347c6fbf798ed4b5f3a36b806a8 (diff)
Notes
Diffstat (limited to 'usr.bin/command')
-rw-r--r--usr.bin/command/Makefile6
-rw-r--r--usr.bin/command/command.sh4
2 files changed, 10 insertions, 0 deletions
diff --git a/usr.bin/command/Makefile b/usr.bin/command/Makefile
new file mode 100644
index 000000000000..5388f5efc241
--- /dev/null
+++ b/usr.bin/command/Makefile
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+SCRIPTS=cd.sh
+NOMAN=
+
+.include <bsd.prog.mk>
diff --git a/usr.bin/command/command.sh b/usr.bin/command/command.sh
new file mode 100644
index 000000000000..74d585b1eb9c
--- /dev/null
+++ b/usr.bin/command/command.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+# $FreeBSD$
+# This file is in the public domain.
+command ${1+"$@"}