tor_multipath_voip/scripts/container/dcall-lightning-client
2020-02-02 15:51:15 +01:00

22 lines
439 B
Bash
Executable file

#!/bin/bash
mkdir -p $4/{log,shared,res}
donar \
-a lightning \
-c \
-o $4/shared/onion_services.pub \
-l $1 \
-p $2 \
-e 5000 \
-r 5000 \
> $4/log/client-donar-stdout.log 2> $4/log/client-donar-stderr.log &
dcall \
-t filesrc \
-a file:///assets/i_have_a_dream.mp3 \
-s fakesink \
-b 127.0.0.1 \
-l $3 \
-d $4/log/client-dcall-gstreamer.log \
> $4/log/client-dcall-stdout.log 2> $4/log/client-dcall-stderr.log