document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. #!/bin/bash
  2. cd /home/user/hpscans
  3. git add .
  4. git commit -m "scans `date +%s`"
  5. git push origin master
  6. cd -
');