aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/getplugs
blob: 6c74336a0dbbfa06bc98ca6eef92cf4bc627a039 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env sh

# Description: Update nnn plugins
#
# Shell: POSIX compliant
# Author: Arun Prakash Jana

wget -nv --show-progress https://github.com/jarun/nnn/archive/master.tar.gz
tar -xf master.tar.gz
cp -vf nnn-master/plugins/* .
rm -rf nnn-master/ master.tar.gz README.md