My build of nnn with minor changes
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 

14 líneas
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