Return to Snippet

Revision: 13038
at April 6, 2009 03:23 by mahome


Initial Code
#!/bin/bash

script=$1
shift

groovy ~/.groovy/scripts/$script $@

Initial URL


Initial Description
Put this script in your path and you can start your scripts located in ~/.groovy/scripts from everywhere.

Tags: Bash, Linux, Groovy

Initial Title
Bash Script to start custom Groovy Scripts everywhere

Initial Tags
Bash, linux, groovy

Initial Language
Groovy