7 lines
111 B
Bash
Executable File
7 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
./arc4randomforktest
|
|
./arc4randomforktest -b
|
|
./arc4randomforktest -p
|
|
./arc4randomforktest -bp
|