#!/usr/bin/env ruby # encoding: UTF-8 # set the working directory Dir.chdir ::File.expand_path(File.join(__FILE__, "..")) # load the appname-app load ::File.expand_path(File.join("..", "appname.rb"), __FILE__)