mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-26 21:23:53 +03:00
6 lines
176 B
Bash
Executable File
6 lines
176 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" "$@"
|