shitposts/problematic.sh

5 lines
445 B
Bash
Executable File

dialog --title "/!\\PROBLEMATIC CONTENT DETECTED /!\\" --yes-label "CANCEL THAT FUCKER" --no-label "ignore it" --yesno "\nSome nerd made a problematic fucking post! What do we do captain?" 10 50
for i in `seq 1 100`; do echo $i; sleep 0.025; done | dialog --title "Cancelling in progress" --guage "\nPlease wait..." 10 30
dialog --title "Cancellation complete" --msgbox "\nthe asshat whomst posted that shit is officially CANCELLED" 10 40
clear