Sha256: 1d4b4095403addc55ec0c94dadc765e1aa5c007a6c6e834a3ee4cfafa29ba0b5
Contents?: true
Size: 436 Bytes
Versions: 1
Compression:
Stored size: 436 Bytes
Contents
#!/usr/bin/env ruby # # Project <%= @conf.appname %> # # Created using bivouac on <%= Time.now %>. # Copyright (c) <%= Time.now.year %> __My__. All rights reserved. # # DO NOT EDIT THIS FILE OR YOU REALLY KNOW WHAT YOU ARE DOING # require 'rubygems' app = File.dirname(__FILE__) + "/../app/<%= @conf.appfile %>.rb" ENV['BIVOUAC_ROOT'] = File.expand_path( File.dirname(__FILE__) + "/../" ) system "ruby #{app} #{ARGV.join(' ')} --"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bivouac-0.3.0 | lib/bivouac/template/server.rb |