From ee111b0a940badb559ec918209e2f17b6f4b14ad Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 25 Feb 2016 15:06:06 -0300 Subject: Adds pw --- pw | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 pw (limited to 'pw') diff --git a/pw b/pw new file mode 100755 index 0000000..eaca5c4 --- /dev/null +++ b/pw @@ -0,0 +1,6 @@ +#!/bin/bash +# +# Simple password generator. +# + +head -c ${1:-18} /dev/urandom | base64 -- cgit v1.2.3