Skip to content

Instantly share code, notes, and snippets.

@akagaeng
Last active July 8, 2022 02:14
Show Gist options
  • Save akagaeng/eee9d9f04ed14e736c78aecb8757e0e5 to your computer and use it in GitHub Desktop.
Save akagaeng/eee9d9f04ed14e736c78aecb8757e0e5 to your computer and use it in GitHub Desktop.
HTTP Request with curl one-liner
# HTTP request to icanhazip.com
while true ; do curl icanhazip.com ; sleep 1; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment