Skip to content

Commit

Permalink
Update run_fastmulrfs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmolloy authored May 20, 2020
1 parent 5b26cb8 commit 25bd0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/run_fastmulrfs.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

tools="../python-tools"
preprocess="../python-tools/preprocess_multrees_v3.py"
fastmulrfs="../external/FastRFS/build/FastRFS"

python $tools/preprocess_multrees_v3.py \
python $preprocess \
-i g_trees-mult.trees \
--verbose

Expand Down

0 comments on commit 25bd0c5

Please sign in to comment.