diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2025-12-23 10:36:39 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2025-12-23 10:36:39 +0000 |
| commit | 745c6c0431d01b4fc3247f4eac08a2181d71e008 (patch) | |
| tree | f4b55f4bf2901f8069e3b32ba91fecff7ee2c49d /usr.bin/command/command.sh | |
| parent | ae12432049e7873ab3912643ae5d08297b8cbc49 (diff) | |
Diffstat (limited to 'usr.bin/command/command.sh')
| -rwxr-xr-x | usr.bin/command/command.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/command/command.sh b/usr.bin/command/command.sh new file mode 100755 index 000000000000..ab378f1e729a --- /dev/null +++ b/usr.bin/command/command.sh @@ -0,0 +1,2 @@ +#!/bin/sh +builtin command "$@" |
