Skip to content

Commit

Permalink
Faster 'nordvpn list' command from patch #40 by n8w8
Browse files Browse the repository at this point in the history
  • Loading branch information
drybalka authored and nstinus committed Mar 30, 2020
1 parent f4fa318 commit d116454
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nordvpn
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ fi
case $command in
list)
find /etc/openvpn/client/ -type l -name "nordvpn_*${1}*.conf" \
| xargs -L1 basename \
| cut -d _ -f 2 \
| cut -d . -f 1 \
| sort -g
Expand Down

0 comments on commit d116454

Please sign in to comment.