My build of nnn with minor changes
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

14 satır
269 B

  1. #!/usr/bin/env sh
  2. # Description: Paste contents of a text a file to paste.ubuntu.com using pastebinit
  3. #
  4. # pastebinit: https://launchpad.net/pastebinit
  5. #
  6. # Shell: POSIX compliant
  7. # Author: Arun Prakash Jana
  8. if ! [ -z "$1" ]; then
  9. pastebinit "$1"
  10. read input
  11. fi