mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 16:51:51 +03:00
1f3c557889
Not quite there, but nearly
6 lines
170 B
Bash
Executable File
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" "$@"
|