Files
Picus/run-picus

6 lines
198 B
Bash
Executable File

#!/usr/bin/env bash
# from https://stackoverflow.com/a/24112741/718349
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
PLTSTDERR="error none@picus" racket $parent_path/picus.rkt "$@"