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.
 
 
 
 
 
 

12 wiersze
280 B

  1. #!/usr/bin/env sh
  2. # Description: Update nnn plugins
  3. #
  4. # Shell: POSIX compliant
  5. # Author: Arun Prakash Jana
  6. wget -nv --show-progress https://github.com/jarun/nnn/archive/master.tar.gz
  7. tar -xf master.tar.gz
  8. cp -vf nnn-master/plugins/* .
  9. rm -rf nnn-master/ master.tar.gz README.md