Skip to content

Instantly share code, notes, and snippets.

@mortymacs
Last active January 20, 2017 10:31
Show Gist options
  • Select an option

  • Save mortymacs/3c656a99aa3e8c24af1c10554d8a0f8b to your computer and use it in GitHub Desktop.

Select an option

Save mortymacs/3c656a99aa3e8c24af1c10554d8a0f8b to your computer and use it in GitHub Desktop.
Get current location (country/city name)
#!/bin/sh
echo $(curl -s http://ip-api.com/json | jq -r ".country,.city")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment