Browse Source

Generating random 8-char filename

Herbert Vojcik 13 years ago
parent
commit
a547bac7dd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      bin/rnd

+ 2 - 0
bin/rnd

@@ -0,0 +1,2 @@
+#!/bin/sh
+head -c6 /dev/random | base64 | tr +/ -_