icfp14/run

5 líneas
70 B
Bash
Archivo Ejecutable

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