From d04440f5320d80c63d5dcf80ce57c892d08cb1d6 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sun, 22 Jul 2018 23:51:58 +0000 Subject: [PATCH] test --- compile.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compile.sh b/compile.sh index 55ba9e4..ba891d2 100644 --- a/compile.sh +++ b/compile.sh @@ -1,4 +1,7 @@ +echo "Starting up" >> /var/tmp/fuck.txt +echo $(pwd) >> /var/tmp/fuck.txt git submodule update --init --recursive --remote +echo "Submodules update" >> /var/tmp/fuck.txt cd external/liblex mkdir -p build cd build