1
0
Fork 0
icfp14/run

5 Zeilen
70 B
Bash
Ausführbare Datei

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