* Add test script

* Rename cont to windex
* Add optparse options
This commit is contained in:
Mewrry the Kitty 2026-02-02 15:20:52 -06:00
parent 880e85f12d
commit 1e8d916a36
3 changed files with 119 additions and 40 deletions

8
test.bash Executable file
View 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