Sha256: 17f47df2d0c0259aa89d450d62452552872fe0a70004d4859f7be448a206b56e

Contents?: true

Size: 248 Bytes

Versions: 7

Compression:

Stored size: 248 Bytes

Contents

#!/usr/bin/env ruby

require 'script_finder'

# by default, this looks for executables in a script/ dir. To change,
# pass the bin dir name as a second argument:
# ScriptFinder.find_and_execute(ARGV, 'commands')
ScriptFinder.find_and_execute(ARGV)

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
tobias-script_finder-0.0.2 bin/s
tobias-script_finder-0.0.3 bin/s
tobias-script_finder-0.2.0 bin/s
script_finder-0.2.3 bin/s
script_finder-0.2.2 bin/s
script_finder-0.2.1 bin/s
script_finder-0.2.0 bin/s