diff --git a/test.sh b/test.sh new file mode 100644 index 0000000..9f8b711 --- /dev/null +++ b/test.sh @@ -0,0 +1,9 @@ +#!/bin/bash +# +# by bill@wellingtonnet.net +# + +# Get gateway address from routing table +GATEWAY=`route | grep UG | awk '{print $2}'` + +curl http://$GATEWAY/skytap