This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
| #!/bin/bash | |
| # | |
| # Derived from - | |
| # Joshua Davis | |
| # http://shrubbery.mynetgear.net/c/display/W/Java+Daemon+Startup+Script | |
| # | |
| # This is a modification of the original script (which lets you run a java program as a deamon. | |
| # look bellow for more information) that lets you run a groovy script as a deamon. | |
| # | |
| # ============== OLD SCRIPT TEXT ============== |