We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16242b2 commit 3b576aeCopy full SHA for 3b576ae
benchmark/feldera-sql/benchmarks/tpc-h/generate.bash
@@ -1,6 +1,7 @@
1
#!/bin/bash
2
3
THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
4
+pushd ${THIS_DIR}
5
6
if [ ! -d "data-large" ]; then
7
git clone --quiet https://github.com/dbtoaster/dbtoaster-experiments-data.git
@@ -10,3 +11,4 @@ if [ ! -d "data-large" ]; then
10
11
fi
12
13
python3 ${THIS_DIR}/generate.py
14
+popd
0 commit comments