@@ -0,0 +1,8 @@
#!/bin/bash
if [[ "$1" == "-d" ]]; then
curl -s ipinfo.io | jq
else
curl ipinfo.io/ip && echo
fi
The note is not visible to the blocked user.