jakewmeyer/Geo

View on GitHub
Test/fixtures/linux/wan

Summary

Maintainability
Test Coverage
#!/bin/sh
if [ "$*" = "-A curl -s https://api.ipify.org?format=json | grep -Eo "[0-9.]*" ]; then
  echo "98.76.54.32"
fi