This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
ScriptCraft/scripts/setup.sh

9 lines
97 B
Bash
Executable File

#!/bin/sh
set -e
./download-quickjs.sh
./download-jni-headers.sh
cd ../src/main/ts
npm install