aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-05-23 00:01:40 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-05-23 00:01:40 +0100
commita61857ef288476e4eb68891ecb4d249d434cb84a (patch)
treeb53bd1f43e2874d28276f727e857f4b3760ab05a
parent2e09a4973e993072f51201c5fc428b16b691f52c (diff)
downloadFMark-parser-tailRec.tar.gz
FMark-parser-tailRec.zip
Removing 'press key' from scriptparser-tailRec
-rwxr-xr-xbuild.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 147cfe4..e247799 100755
--- a/build.sh
+++ b/build.sh
@@ -88,7 +88,6 @@ if [[ $BUILD = "all" ]] || [[ $BUILD = "js" ]]; then
cd $BASE_DIR/FMark/src/FMarkFable
dotnet restore
dotnet fable yarn-dev
- read -n1 -r -p "Press any key to continue..." key
if [[ "$?" != "0" ]]; then
exit 1
fi