vty/install_examples
2013-11-17 20:59:52 -08:00

5 lines
61 B
Bash
Executable File

#!/bin/bash
set -ex
cabal install
(cd test && cabal install)