icfp14/run

5 wiersze
70 B
Bash
Executable File

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