This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
herby
/
artifacts
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
Generating random 8-char filename
Herbert Vojcik
13 anni fa
parent
86f7ca993b
commit
a547bac7dd
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
0
bin/rnd
+ 2
- 0
bin/rnd
Vedi File
@@ -0,0 +1,2 @@
+#!/bin/sh
+head -c6 /dev/random | base64 | tr +/ -_