pash: limit list output to .gpg files.

This commit is contained in:
Dylan Araps 2019-11-30 14:53:02 +00:00
parent 50fb4d9b78
commit 369514574b
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
pash
View File

@ -89,7 +89,7 @@ pw_list() {
else
set +f
find -- * -type f
find -- * -type f -name \*.gpg
fi
}