4 lines
71 B
Plaintext
4 lines
71 B
Plaintext
|
#!/bin/sh
|
||
|
export CRYSTAL_PATH=/usr/lib/crystal
|
||
|
/usr/bin/crystal-bin $@
|