1
0
Fork 0
icfp14/run

5 linhas
70 B
Bash
Arquivo executável

#!/bin/sh
cd $(dirname $(readlink -f $0))
exec runghc Client.hs "$@"