Skip to content

Instantly share code, notes, and snippets.

@cbanowsky
Created March 14, 2017 11:52
Show Gist options
  • Save cbanowsky/692c9331d900754cbfcb044684d389c2 to your computer and use it in GitHub Desktop.
Save cbanowsky/692c9331d900754cbfcb044684d389c2 to your computer and use it in GitHub Desktop.
cli script to get public ip
##!/bin/usr/bash
curl ipinfo.io/ip
exit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment