diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 2002-07-16 21:13:11 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 2002-07-16 21:13:11 +0000 |
| commit | b107f944adcc3cb203dd283c45c7be193b3f8ada (patch) | |
| tree | 762dc7e55dafaf0dbce95db9084233f2f7e78ab5 /usr.bin/command | |
| parent | 020d4fa6de4b1347c6fbf798ed4b5f3a36b806a8 (diff) | |
Notes
Diffstat (limited to 'usr.bin/command')
| -rw-r--r-- | usr.bin/command/Makefile | 6 | ||||
| -rw-r--r-- | usr.bin/command/command.sh | 4 |
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+"$@"} |
