added a script to generate a random file, that should be used later on the client check
This commit is contained in:
parent
89d79201c9
commit
2433e659d7
3
bbb-client-check/gen-file.sh
Executable file
3
bbb-client-check/gen-file.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
head -c $1 < /dev/urandom
|
Loading…
Reference in New Issue
Block a user