Skip to content

Commit

Permalink
Create test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
thewellington committed Sep 30, 2013
1 parent 160ac2c commit 4375789
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
#
# by [email protected]
#

# Get gateway address from routing table
GATEWAY=`route | grep UG | awk '{print $2}'`

curl http://$GATEWAY/skytap

0 comments on commit 4375789

Please sign in to comment.