diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-14 14:40:51 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-14 14:40:51 -0600 |
| commit | 24d5c2cfbec143a47f1128472389e09e54435f27 (patch) | |
| tree | 89a5a7cc70e0d30f16cc05e44240fbc986d9ffa6 /bin | |
| parent | 73e7880ca39983a386955b783e1a73fd947b2534 (diff) | |
chore: add shell script to shim request to spicedb
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/spicedb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/spicedb b/bin/spicedb new file mode 100755 index 00000000..acd1ee09 --- /dev/null +++ b/bin/spicedb @@ -0,0 +1,3 @@ +#!/bin/sh + +exec spiced $@ |
