diff --git a/whatismyip b/whatismyip index c521f3f..9bc7c52 100755 --- a/whatismyip +++ b/whatismyip @@ -1,13 +1,5 @@ -#!/usr/bin/env ruby +#!/bin/sh +# +# could be an alias but I'll leave it here anyway -require 'open-uri' - -open('http://whatismyip.com') do |f| - puts "Open failed: #{f.status.inspect}" unless f.status.first == "200" - #