6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# Compile haskell file(s)
|
||
|
ghc -dynamic -v0 -o out "$@"
|
||
|
chmod +x out
|