【问题标题】:ways to run external shell commands in sbt在 sbt 中运行外部 shell 命令的方法 【发布时间】:2013-04-25 13:41:03 【问题描述】: 在sbt 交互式 shell 中如何运行外部 shell 命令? 也就是说,当我输入sbt并看到提示出现后,我该怎么做ls或cd之类的事情?应该有办法做到这一点,对吗? 谢谢。 【问题讨论】: How to execute a bash script as sbt task?的可能重复 标签: sbt 【解决方案1】: http://www.scala-sbt.org/release/docs/Community/Community-Plugins.html 上是 SBT 插件列表。 你的插件可以是https://github.com/steppenwells/sbt-sh。 【讨论】: