slige/slige-build-run-all.sh

21 lines
212 B
Bash
Raw Normal View History

2024-12-14 23:07:36 +00:00
#!/bin/bash
set -e
FILE_FULL_PATH=$(readlink -f $1)
cd runtime
make
cd ..
cd web/public
deno task bundle
cd ../..
./runtime/build/sliger &
cd web
deno run --allow-net --allow-read main.ts $FILE_FULL_PATH