Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Search
Private
Context Navigation
Back to sandbox/events
sandbox/events
: randomn.sh
File randomn.sh,
116 bytes
(added by
briegel@mpia.de
,
5 years ago
)
Line
1
#!/bin/sh
2
3
date +%s
|
sha256sum
|
base64
|
head -c
16
;
echo
4
#< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c16; echo
Download in other formats:
Plain Text
Original Format