some ref
This commit is contained in:
parent
f8298cfc30
commit
2fe15385e9
@ -4,7 +4,7 @@ set -eux
|
|||||||
|
|
||||||
|
|
||||||
random() {
|
random() {
|
||||||
seq 0 65535 | shuf | head -n 1
|
shuf -i 0-32767 -n 1
|
||||||
}
|
}
|
||||||
|
|
||||||
readonly SESSION_PREFIX="sandbox"
|
readonly SESSION_PREFIX="sandbox"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user