added a script to generate a random file, that should be used later on the client check

This commit is contained in:
Felipe Cecagno 2014-11-14 14:54:41 -02:00
parent 89d79201c9
commit 2433e659d7

3
bbb-client-check/gen-file.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
head -c $1 < /dev/urandom