mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
4 lines
159 B
Bash
Executable file
4 lines
159 B
Bash
Executable file
#!/usr/bin/bash
|
|
|
|
SCRIPT_DIR=$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)
|
|
${SCRIPT_DIR}/../../target/debug/roc_ls "$@" 2> /tmp/roc_ls.err
|