Skip to content

Instantly share code, notes, and snippets.

@WFT
Created March 31, 2021 16:40
Show Gist options
  • Save WFT/b61ffec5c28d52f53078ba07440ee1cd to your computer and use it in GitHub Desktop.
Save WFT/b61ffec5c28d52f53078ba07440ee1cd to your computer and use it in GitHub Desktop.
Search osstatus.com from command line
#!/bin/bash
if [[ $# -eq 1 ]]; then
open "https://osstatus.com/search/results?search=$1"
else
echo "Usage: osstatus NUMBER"
exit 1
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment