From: Silvio Rhatto Date: Thu, 25 Feb 2016 18:06:06 +0000 (-0300) Subject: Adds pw X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ee111b0a940badb559ec918209e2f17b6f4b14ad;p=scripts.git Adds 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