feature/gitea-integration (#10)

Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: https://git.front.kjuulh.io/kjuulh/kraken/pulls/10
This commit is contained in:
2022-09-18 00:10:44 +02:00
parent 0cb923a3a5
commit 9696270d22
13 changed files with 302 additions and 153 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