Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- #!/bin/bash
- ####################################
- #
- # START
- # g0ne_@p0stal <v1ral_ITS>
- # ImPerialTeKSolutions@outlook.com
- #
- ####################################
- echo " # #"
- echo " ################ ####"
- echo " ################ ####"
- echo " ################ ##"
- echo " #"
- echo " #################"
- echo " ####################"
- echo " ####################"
- echo " ## #"
- echo " ##"
- echo " #"
- echo " #### ## "
- echo " #### ###### "
- echo " ## ######## "
- echo " # #### #"
- echo " # #### #"
- echo " # #### ##"
- echo " # #### ## "
- echo " ######## ####"
- echo " #####"
- echo " v1ral_ITS"
- echo " https://pastebin.com/u/v1ral_ITS"
- echo " ImPerialTeKSolutions@outlook.com"
- sleep 1
- read title < <( yad --entry --title "Title:" )
- read text < <( yad --entry --title "Text:" )
- read add_entry < <( yad --entry --title "Add_entry:" )
- read new_forum< <( zenity --title "$title" --width=560 --text "$text" --forms --add-entry "$add_entry" )
- $new_forum
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement