Skip to content

Instantly share code, notes, and snippets.

View khoinv27's full-sized avatar

khoinv khoinv27

View GitHub Profile
#!/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
random() {
tr </dev/urandom -dc A-Za-z0-9 | head -c12
echo
}
array=(1 2 3 4 5 6 7 8 9 0 a b c d e f)
gen64() {