From db59b7121e451142e9401eea0c693252a9eba43c Mon Sep 17 00:00:00 2001 From: alf Date: Thu, 23 Apr 2026 20:27:06 +0000 Subject: [PATCH] paste_senden.sh aktualisiert --- paste_senden.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paste_senden.sh b/paste_senden.sh index 4b0c12e..8260a10 100644 --- a/paste_senden.sh +++ b/paste_senden.sh @@ -1,7 +1,7 @@ #!/bin/bash FILE="$1" -HOST="${2:-http://localhost:8000}" +HOST="${2:-http://100.87.87.103:8184}" if [ -z "$FILE" ]; then echo "Verwendung: $0 [host]"