diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-04-15 16:09:54 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-04-15 16:09:54 +0200 |
| commit | 197f065a22a712d20d91862cbfb6ef4615774b4d (patch) | |
| tree | 67610d37acd767024a6ee6454d9014f54ea5c1b7 /bin | |
| parent | 5ec6897410333a16f3ecc3f572b6d7dc490168d9 (diff) | |
update
Diffstat (limited to 'bin')
| -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"; } |
