Skip to content

Commit 76bc235

Browse files
authored
dgsh fixes on setup and run.seq (#219)
1 parent a3cba1a commit 76bc235

File tree

1 file changed

+1
-5
lines changed
  • evaluation/benchmarks/dgsh/input

1 file changed

+1
-5
lines changed

evaluation/benchmarks/dgsh/input/setup.sh

+1-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ if [[ $1 == "-c" ]]; then
22
find . ! -name '*.sh' -type f -exec rm -f {} +
33
exit 1
44
fi
5-
mkdir -p input
6-
cd input
5+
76
if [[ ! -f dblp.xml ]]; then
87
wget https://dblp.uni-trier.de/xml/dblp.xml.gz
98
gunzip dblp.xml.gz
@@ -17,6 +16,3 @@ if [[ ! -f fid ]]; then
1716
mv final/* .
1817
rm -rf final
1918
fi
20-
21-
22-

0 commit comments

Comments
 (0)