Sha256: e5f01b3621ad72e42e27292aeae7489678309162c7c298ae9f6ef5226c5beedb

Contents?: true

Size: 151 Bytes

Versions: 11

Compression:

Stored size: 151 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

11 entries across 11 versions & 1 rubygems

Version Path
rvm-1.0.1 scripts/match
rvm-1.0.0 scripts/match
rvm-0.1.47 scripts/match
rvm-0.1.46 scripts/match
rvm-0.1.45 scripts/match
rvm-0.1.44 scripts/match
rvm-0.1.43 scripts/match
rvm-0.1.42 scripts/match
rvm-0.1.41 scripts/match
rvm-0.1.40 scripts/match
rvm-0.1.39 scripts/match