Skip to content

Commit df14e43

Browse files
committed
add bin/dotd
1 parent 4d64987 commit df14e43

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

bin/dotd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
3+
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" >& /dev/null && pwd)/.."
4+
5+
eval "$ROOT/bin/common" "$ROOT/dist-bootstrapped/target/pack/bin/dotd" "$@"

project/scripts/cmdTests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ mkdir -p out/scriptedtest2
9191
./bin/dotr -classpath out/scriptedtest2/ dotrtest.Test
9292

9393
# echo ":quit" | ./dist-bootstrapped/target/pack/bin/dotr # not supported by CI
94-
mkdir -p _site && ./dist-bootstrapped/target/pack/bin/dotd -project Hello -siteroot _site tests/run/hello.scala
94+
mkdir -p _site && ./bin/dotd -project Hello -siteroot _site tests/run/hello.scala

0 commit comments

Comments
 (0)