icfp14/run

5 行
70 B
Bash
実行ファイル

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