Advertisement
v1ral_ITS

make anything or any output with GUI [terminal easy GUI's]

Jul 14th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.53 KB | None | 0 0
  1. #!/bin/bash
  2. zenity --title "Easy GUI For Any Output" --list --column "ImPerial TeK. Solutions {v1ral_ITS}" --width=1000 --height=200
  3.  
  4. #######################################################################################
  5. # save this script as {gui} , for example. then you can do this and easily output any #  # command to a GUI. For example, run  < cat FILE.txt | gui >  , to easily make output #
  6. # of cat file command to a GUI                                                        #
  7. #######################################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement