icfp14/run

5 satır
70 B
Bash
Çalıştırılabilir Dosya

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