Sha256: 7ed3ace147b1a6a0f333495c0563dda99bb9be80eb44af4e4e3a290f8fb3ec8d

Contents?: true

Size: 273 Bytes

Versions: 1

Compression:

Stored size: 273 Bytes

Contents

#!/bin/bash

#source /Users/christo/.rvm/scripts/rvm
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
#eval "$(rbenv init -)"

#rvm list
rvm use 1.9.3@whatismyip >/dev/null
ruby `dirname $0`/whatismyip.rb

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
findmyips-1.0.0 bin/whatismyip.sh