mirror of https://github.com/sbt/sbt.git
4 lines
129 B
Bash
4 lines
129 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
sbt -Dsbtio.path=../io -Dsbtutil.path=../util -Dsbtlm.path=../librarymanagement -Dsbtzinc.path=../zinc "$@"
|