From 8d90060ca26956aa61e9f53a43a4781838d485ca Mon Sep 17 00:00:00 2001 From: cheetah Date: Fri, 2 Apr 2021 18:07:09 +0000 Subject: [PATCH] added Bash example --- examples/bash/smartpager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bash/smartpager.sh b/examples/bash/smartpager.sh index 1b9a134..5a7aa0e 100644 --- a/examples/bash/smartpager.sh +++ b/examples/bash/smartpager.sh @@ -2,7 +2,7 @@ ## Bash Library for sending out Pages and/or getting their State # dependencies: curl, jq -# echo "Bericht" | send_page "duplex" "dapnet=dl-all#DXxxx" +# echo "Bericht" | send_page "http://127.0.0.1:3000" "duplex" "birdyslim" "dapnet=dl-all#DXxxx" send_page() { text=$(cat -) endpoint=$1