Skip to content

Commit 8f6397f

Browse files
authored
Adds knowledge to ac exec env (#29)
1 parent 968c0a8 commit 8f6397f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
/usr/bin/curl -s "$1" > docbin_full.json;
44
/usr/bin/curl -s "$2" > attribute_calculators.py;
5+
/usr/bin/curl -s "$3" > knowledge.py;
56

6-
/usr/local/bin/python -u run_ac.py "$3" "$4" "$5";
7+
/usr/local/bin/python -u run_ac.py "$4" "$5" "$6";

0 commit comments

Comments
 (0)