Sha256: 5ceb3d1a4d88e5fe60a230e241a2a15b56373877a1b32c4eb06989ed453af3c3
Contents?: true
Size: 251 Bytes
Versions: 8
Compression:
Stored size: 251 Bytes
Contents
#!/usr/bin/env ruby bin_dir = File.expand_path(File.dirname(__FILE__)) shell_script_path = File.join(bin_dir, 'lazar-start.sh') app_dir = File.expand_path('..') unicorn_conf = File.join(app_dir, 'unicorn.rb') `#{shell_script_path}` `#{unicorn_conf}`
Version data entries
8 entries across 8 versions & 1 rubygems