octopush/scripts/run.sh

16 lines
127 B
Bash
Raw Normal View History

2022-09-17 17:54:51 +02:00
#!/bin/bash
set -e
run_server="cuddle_cli x run_server"
$run_server &
sleep 1s
cuddle_cli x run_client
sleep 5s
kill %1