Idris2/bootstrap.sh
Edwin Brady 3634ec76b7 Finish bootstrap scripts
I got this working on my Mac, which doesn't have Idris 2 of any form
installed. So it might work... good luck!
2020-05-18 21:18:32 +01:00

10 lines
207 B
Bash
Executable File

#!/bin/sh
cd bootstrap
${SCHEME} --script compile.ss
mkdir -p ../build/exec
mkdir -p ../build/exec/idris2sh_app
install idris2-boot ../build/exec/idris2sh
install idris2sh_app/* ../build/exec/idris2sh_app