diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/cle | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ edit() { print "$1" >| "$tmp" || mkdir -p "${f%/*}" [ -s "$tmp" ] || gen >| "$tmp" "${EDITOR:-vim}" "$tmp" - crypt "$tmp" >| "$f" + crypt < "$tmp" >| "$f" } gen() { LC_ALL=C tr -dc 'A-Za-z0-9!?%=' < /dev/urandom | head -c 10; } |
