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