- Download
test.sh
to your minitalk directory. - Run the script
./test.sh
- 🎉
./tester.sh {length of message} {number of repetition}
You can pass length of message (default 100)
and number of repetition (default 1)
as arguments.
# default (len=100, repeat=1)
./test.sh
# len=1000
./test.sh 1000
# len=100, repeat=10
./test.sh 100 10
# len=10000, repeat=5
./test.sh 10000 5