Skip to content

Commit

Permalink
Use pushd
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlaif committed Dec 26, 2024
1 parent a155523 commit 60bc865
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion viper/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ if [ ! -f $(dirname "$0")/viperserver/target/scala-*/viperserver.jar ]; then
cd $(dirname "$0")/viperserver && sbt assembly
fi

cd $(dirname $0)
pushd $(dirname $0)
pip install -r viper_client/requirements.txt
python viper_client/client.py -p 50424 -f $0 &> /dev/null || (Z3_EXE=$(which z3) java -Xss1024m -Xmx4024m -jar viperserver/target/scala-*/viperserver.jar -p 50424 > /dev/null &)
popd

0 comments on commit 60bc865

Please sign in to comment.