shitposts/hacc.sh
2018-10-26 01:06:15 +10:00

4 lines
324 B
Bash
Executable file

for i in `seq 1 100`; do echo $i; sleep 0.05; done | dialog --title Scanning --guage "Locating user @socialskeleton@cybre.space..." 10 40
dialog --title "Scan failed" --msgbox "Unable to locate user. They may be posting from outside of our universe, or be using multiple proxies. Proceed with extreme caution." 10 40
clear