diff options
Diffstat (limited to 'bin/cle')
| -rwxr-xr-x | bin/cle | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ edit() { gen() { LC_ALL=C tr -dc 'A-Za-z0-9!?%=' < /dev/urandom | head -c 10; } -list() { cd ~/.cle && find -- * -type f; } +list() { cd ~/.cle && find -- * -name .git -prune -o -type f -print; } print() { [ -f ~/.cle/"$1" ] && crypt -d < ~/.cle/"$1"; } |
