Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- #! /bin/bash
- #
- # public-curl.sh - Check your system's version of curl seen by remote servers
- # Created by h8rt3rmin8r on 20190116
- #
- curl -s http://whatsmyos.com/ \
- | tail -n 14 \
- | head -n 1 \
- | sed 's/^.*<p><b>//g' \
- | sed 's/<\/b><\/p>//g' \
- | tr '/' ' '
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.