#!/bin/runscript DIR='<%= extra[:construct_dir] %>' depend() { need net } start() { cd $DIR bin/rake } stop() { }