My build of nnn with minor changes
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

14 řádky
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