My build of nnn with minor changes
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

14 wiersze
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