aboutsummaryrefslogtreecommitdiff
path: root/pw
diff options
context:
space:
mode:
Diffstat (limited to 'pw')
-rwxr-xr-xpw6
1 files changed, 6 insertions, 0 deletions
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