Idris2/bootstrap/idris2-boot
Edwin Brady 1f3c557889 Fiddle about with bootstrap scripts
Not quite there, but nearly
2020-05-18 18:02:56 +01:00

6 lines
170 B
Bash
Executable File

#!/bin/sh
DIR=`realpath $0`
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:`dirname $DIR`/"idris2sh_app""
${SCHEME} --script `dirname $DIR`/"idris2sh_app/idris2-boot.so" "$@"