add more cuddle

This commit is contained in:
2022-09-17 17:54:51 +02:00
parent 9ad10d07be
commit e3a672f9f7
5 changed files with 32 additions and 0 deletions

15
scripts/run.sh Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
set -e
run_server="cuddle_cli x run_server"
$run_server &
sleep 1s
cuddle_cli x run_client
sleep 5s
kill %1

5
scripts/run_client.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
go run cmd/kraken/kraken.go process

5
scripts/run_server.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
go run cmd/server/server.go start