icfp14/run
Stefan Bühler 6aab9b9c2e next
2011-06-18 20:23:56 +02:00

5 lines
70 B
Bash
Executable File

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