We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f4b49 commit 06006f4Copy full SHA for 06006f4
ivory-example/bin/run
@@ -1,13 +1,13 @@
1
#!/bin/sh -eux
2
3
TARGET=${1:-/tmp/test-$RANDOM}
4
-IVORY=$TARGET/ivory
+REPO=$TARGET/ivory
5
DICT=$TARGET/dictionary
6
FACTS=$TARGET/facts
7
FLAGS=$TARGET/flags
8
9
IVORY=$(dirname $0)/ivory
10
$IVORY generate-dictionary -n 5 -f 100 -o $TARGET
11
$IVORY generate-facts -d $DICT -f $FLAGS -n 1000 -s 2012-01-01 -e 2012-02-01 -o $FACTS
12
-$IVORY create-repository -p $IVORY
13
-$IVORY import-dictionary -r $IVORY -p $DICT -n "example"
+$IVORY create-repository -p $REPO
+$IVORY import-dictionary -r $REPO -p $DICT -n "example"
0 commit comments