5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cd $(dirname $(readlink -f $0))
|
||
|
exec runghc Lambda.hs
|