<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -27,11 +27,17 @@
 #   Host and Port
 # -----------------
 
-# This gets your ip address and converts it to a nice string
-es_host=$(curl --silent www.whatismyip.com/automation/n09230945.asp)
-es_host=$(nslookup $es_host | awk '/name =/{print substr($4,1,length($4)-1)}')
-es_port=&quot;8000&quot;
-
+# Mac Address of my Router At Home
+if [ -n &quot;$(arp -a | grep 0:1e:2a:76:17:98)&quot; ]; then
+	es_host=&quot;bogojoker.is-a-geek.com&quot;
+  es_port=&quot;8000&quot;
+  
+# Otherwise Dynamically Determine
+else
+  es_host=$(curl --silent www.whatismyip.com/automation/n09230945.asp)
+  es_host=$(nslookup $es_host | awk '/name =/{print substr($4,1,length($4)-1)}')
+  es_port=&quot;8000&quot;
+fi
 
 # -----------------
 #   Script Below</diff>
      <filename>easy_share</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e6defa3cf2de04effd760822024b7dd71822c2e9</id>
    </parent>
  </parents>
  <author>
    <name>Joseph Pecoraro</name>
    <email>joepeck02@gmail.com</email>
  </author>
  <url>http://github.com/JosephPecoraro/scripts/commit/18ba40857196d0c1c34f0da8f013a33fc8fe67ba</url>
  <id>18ba40857196d0c1c34f0da8f013a33fc8fe67ba</id>
  <committed-date>2009-02-13T00:35:43-08:00</committed-date>
  <authored-date>2009-02-13T00:35:43-08:00</authored-date>
  <message>- Modified so that it always uses bogojoker.is-a-geek.com when at home</message>
  <tree>f4f7881319f756b7311ef3063dd04af4ad62c446</tree>
  <committer>
    <name>Joseph Pecoraro</name>
    <email>joepeck02@gmail.com</email>
  </committer>
</commit>
