getSPCURL.sh 98 B

123
  1. #!/bin/bash
  2. toot whois $1 | grep 'ID\:' | awk -F' ' '{print "https://shitposter.world/users/"$2}'