Sha256: 44392c0c5c722e480ba4c4b652ba51cd67a5acc35378f2058fcb0db2104c9674
Contents?: true
Size: 380 Bytes
Versions: 3
Compression:
Stored size: 380 Bytes
Contents
#! /bin/bash set -e function run () { echo "+ ruby ./examples/$@" ruby -e "puts '=' * 79" ruby ./examples/$@ ruby -e "puts '=' * 79" } run logging.rb run help_dialogue.rb -h run help_dialogue.rb some_subcommand -h run help_dialogue.rb another_subcommand -h run help_dialogue.rb some_subcommand yet_another_sub -h run help_dialogue.rb some_subcommand yet_another_sub -b
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mercenary-0.3.2 | script/examples |
mercenary-0.3.1 | script/examples |
mercenary-0.3.0 | script/examples |