Sha256: 93c9e8087a7f361e7e01de42cf4e478349b7b9ddfd100f4997ffa8131ae3ed27
Contents?: true
Size: 188 Bytes
Versions: 4
Compression:
Stored size: 188 Bytes
Contents
#!/usr/bin/env ruby base_dir = File.expand_path("../..", __FILE__) lib_dir = File.join(base_dir, "lib") $LOAD_PATH.unshift(lib_dir) require "onsengame/command" Onsengame::Command.start
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
onsengame-0.0.4 | bin/onsengame |
onsengame-0.0.3 | bin/onsengame |
onsengame-0.0.2 | bin/onsengame |
onsengame-0.0.1 | bin/onsengame |