mirror of
https://github.com/Veridise/Picus.git
synced 2026-01-11 06:28:02 -05:00
6 lines
198 B
Bash
Executable File
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 "$@"
|