Sha256: ac81698fd2df9435c97db1b2576c348d35eee74817ac39ca4a422e88a84cc0e4

Contents?: true

Size: 173 Bytes

Versions: 25

Compression:

Stored size: 173 Bytes

Contents

#!/usr/bin/env bash

if [[ -z "${1:-""}" ]] || [[ -z "${2:-""}" ]] ; then exit 1 ; fi

if [[ -n "$(echo "${1}" |  awk "/${2//\//\/}/")" ]] ; then exit 0 ; else exit 1 ; fi

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
rvm-1.1.4 scripts/match
rvm-1.1.3 scripts/match
rvm-1.1.2 scripts/match
rvm-1.1.1 scripts/match
rvm-1.1.0 scripts/match
rvm-1.0.23 scripts/match
rvm-1.0.22 scripts/match
rvm-1.0.21 scripts/match
rvm-1.0.20 scripts/match
rvm-1.0.19 scripts/match
rvm-1.0.18 scripts/match
rvm-1.0.17 scripts/match
rvm-1.0.15 scripts/match
gemrage-1.0.0 vendor/ruby/1.8/gems/rvm-1.0.14/scripts/match
gemrage-0.4.1 vendor/ruby/1.8/gems/rvm-1.0.14/scripts/match
gemrage-0.4.0 vendor/ruby/1.8/gems/rvm-1.0.14/scripts/match
gemrage-0.3.2 vendor/ruby/1.8/gems/rvm-1.0.14/scripts/match
gemrage-0.3.1 vendor/ruby/1.8/gems/rvm-1.0.14/scripts/match
gemrage-0.3.0 vendor/ruby/1.8/gems/rvm-1.0.14/scripts/match
gemrage-0.2.0 vendor/ruby/1.8/gems/rvm-1.0.14/scripts/match