david_david

isodumper.bin

May 4th, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. #!/bin/sh
  2. #
  3.  
  4. # Copyright (C) 2013 THE isodumper`S COPYRIGHT HOLDER
  5. # This file is distributed under the same license as the isodumper package.
  6.  
  7. # Author isodumper software= papoteur <[email protected]>
  8. # Author binary polkit file= Geiger David <[email protected]>
  9.  
  10. if [[ "$UID" != "0" ]] ; then
  11. exec /usr/bin/pkexec /usr/libexec/isodumper "$@"
  12. else
  13. exec /usr/libexec/isodumper "$@"
  14. fi
Add Comment
Please, Sign In to add comment