From c3a9d9096d2880ca560993147ce40ba33bc935c3 Mon Sep 17 00:00:00 2001 From: jackbackrack Date: Wed, 29 Apr 2015 11:43:09 -0700 Subject: add to-fir.sh --- bin/build.sh | 2 +- bin/to-fir.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 bin/to-fir.sh diff --git a/bin/build.sh b/bin/build.sh index 202afe7c..7482a635 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -sbt "run $1" +to-fir $1 (cd generated; fir2flo.sh $1) (cd generated; flo-app $1) diff --git a/bin/to-fir.sh b/bin/to-fir.sh new file mode 100755 index 00000000..53127ec7 --- /dev/null +++ b/bin/to-fir.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +sbt "run $1" -- cgit v1.2.3