mewny/test.bash
mewrrythekibby 1e8d916a36 * Add test script
* Rename cont to windex
* Add optparse options
2026-02-02 15:20:52 -06:00

8 lines
146 B
Bash
Executable file

#!/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