SpacetimeDB-Zig/spacetimedb.sh
2025-03-22 23:41:16 -04:00

5 lines
No EOL
107 B
Bash
Executable file

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