This website works better with JavaScript
Home
Explore
Help
Register
Sign In
herby
/
artifacts
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Generating random 8-char filename
Herbert Vojcik
13 years ago
parent
86f7ca993b
commit
a547bac7dd
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
bin/rnd
+ 2
- 0
bin/rnd
View File
@@ -0,0 +1,2 @@
+#!/bin/sh
+head -c6 /dev/random | base64 | tr +/ -_