Advertisement
Ikem

gtkparasite

Jul 13th, 2012
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. # This is a small wrapper script for gtkparasite
  4.  
  5. if [ "$#" -eq "0" ]
  6. then
  7.   echo "Usage: gtkparasite COMMAND [PARAMETERS]"
  8. else
  9.   GTK_MODULES=gtkparasite "$@" &
  10. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement