First "usable" version zig on spacetimedb

This commit is contained in:
ookami125 2025-03-22 22:54:38 -04:00
parent 31de354ce4
commit ba5cadfb1b
5 changed files with 568 additions and 254 deletions

5
spacetimedb.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
DB_HASH=$(spacetime list 2>/dev/null | tail -1)
func=$1;
shift;
spacetime "$func" $DB_HASH "$@"