Skip to content

usatie/minitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minitalk

How to use test.sh?

  1. Download test.sh to your minitalk directory.
  2. Run the script ./test.sh
  3. 🎉

Screen Shot 2022-06-02 at 13 18 58

Screen Shot 2022-06-02 at 13 19 26

Usage Example

./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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published