This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
herby
/
artifacts
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Generating random 8-char filename
Herbert Vojcik
hace 13 años
padre
86f7ca993b
commit
a547bac7dd
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
bin/rnd
+ 2
- 0
bin/rnd
Ver fichero
@@ -0,0 +1,2 @@
+#!/bin/sh
+head -c6 /dev/random | base64 | tr +/ -_