From 33e8cd7f321e87de8b291934698efbe3ff860ccd Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 25 Feb 2019 01:15:42 +0200 Subject: [PATCH] docs: update --- pash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pash b/pash index 7bbc6d2..4071cfe 100755 --- a/pash +++ b/pash @@ -50,6 +50,9 @@ pw_list() { } pw_gen() { + [[ -r /dev/urandom ]] || + die "/dev/urandom is not readable." + mapfile -tn "${length:=50}" rand