My build of nnn with minor changes
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

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