This commit is contained in:
thek4n 2024-11-02 14:51:43 +03:00
parent f8298cfc30
commit 2fe15385e9

View File

@ -4,7 +4,7 @@ set -eux
random() {
seq 0 65535 | shuf | head -n 1
shuf -i 0-32767 -n 1
}
readonly SESSION_PREFIX="sandbox"