document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. #!/bin/sh
  2.  
  3. if ! pidof kwalletd; then
  4.     kwalletd
  5. fi
  6. sleep 3
  7. /usr/bin/owncloud
');