Advertisement
Guest User

airtonix

a guest
May 9th, 2010
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.36 KB | None | 0 0
  1. 1. rename the original pastebinit binary to pastebinit_old
  2. mv /usr/bin/pastebinit /usr/bin/pastebinit_old
  3.  
  4. 2. create a script in your ~/bin folder called pastebinit
  5.  
  6. touch ~/bin/pastebinit
  7. chmod +x ~/bin/pastebinit
  8.  
  9. 3. open it with an editor :
  10.  
  11. gedit ~/bin/pastebinit
  12.  
  13. 4. paste the following lines
  14.  
  15. #!/bin/sh
  16. pastebinit_old -b http://paste.ubuntu.com $1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement