GildedRose-Refactoring-Kata/haskell/run.sh
2015-02-24 05:11:15 +01:00

9 lines
126 B
Bash
Executable File

#!/bin/bash
#
# Rebuild the project and run Main.main with all arguments passed to this
# script.
#
set -eu
cabal -v0 run $@