summaryrefslogtreecommitdiff
path: root/.zsh_functions/henkspwgen
diff options
context:
space:
mode:
Diffstat (limited to '.zsh_functions/henkspwgen')
-rw-r--r--.zsh_functions/henkspwgen1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zsh_functions/henkspwgen b/.zsh_functions/henkspwgen
new file mode 100644
index 0000000..584a706
--- /dev/null
+++ b/.zsh_functions/henkspwgen
@@ -0,0 +1 @@
+ echo $( (tr -cd '[:alnum:]' | head -c $1) < /dev/urandom)