Skip to content

Commit 4661104

Browse files
committed
Add a script for launching the REPL
1 parent c18ac07 commit 4661104

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bin/repl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env bash
2+
3+
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" >& /dev/null && pwd)/.."
4+
. $ROOT/bin/commonQ
5+
6+
java -Dscala.usejavacp=true -cp $cp dotty.tools.repl.Main -usejavacp "$@"

0 commit comments

Comments
 (0)