Bash脚本在任何地方启动自定义Groovy脚本
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Bash脚本在任何地方启动自定义Groovy脚本相关的知识,希望对你有一定的参考价值。
Put this script in your path and you can start your scripts located in ~/.groovy/scripts from everywhere.Tags: Bash, Linux, Groovy
#!/bin/bash script=$1 shift groovy ~/.groovy/scripts/$script [email protected]
以上是关于Bash脚本在任何地方启动自定义Groovy脚本的主要内容,如果未能解决你的问题,请参考以下文章