* Add test script
* Rename cont to windex * Add optparse options
This commit is contained in:
parent
880e85f12d
commit
1e8d916a36
3 changed files with 119 additions and 40 deletions
8
test.bash
Executable file
8
test.bash
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
kitty -- ruby ./server.rb &
|
||||
sleep 2
|
||||
for i in $(seq 2 "$1");do
|
||||
kitty -- ruby ./client.rb &
|
||||
done
|
||||
kitty -- ruby ./client.rb
|
||||
Loading…
Add table
Add a link
Reference in a new issue