pi-remote-control/run-spike.sh

11 lines
192 B
Bash
Executable File

#!/usr/bin/env bash
# Phase 0 Spike runner
# Transpiles and runs the spike PoC
set -e
cd "$(dirname "$0")"
echo "=== Building spike.ts ==="
npx --yes tsx extensions/remote-control/spike.ts