diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-24 08:51:45 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-24 08:51:45 -0600 |
| commit | 4e83caaf7608c355970dbba4a76213db4cd55501 (patch) | |
| tree | 47a23d45d55718df1081a83a659baa1135209efc /bin/cockroach | |
| parent | d057f6443ff1a352b9341287c8d110627b908de1 (diff) | |
chore: fix spelling of cockroach
Diffstat (limited to 'bin/cockroach')
| -rwxr-xr-x | bin/cockroach | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/cockroach b/bin/cockroach new file mode 100755 index 0000000..057c884 --- /dev/null +++ b/bin/cockroach @@ -0,0 +1,8 @@ +#!/bin/sh + +if ! command -v cockroach >/dev/null 2>&1; then + echo "Install cockroach: https://github.com/cockroachdb/cockroach" + exit 1 +fi + +exec cockroach $@ |
