paste_senden.sh aktualisiert

This commit is contained in:
alf
2026-04-23 20:27:06 +00:00
parent ea5ff744a1
commit db59b7121e

View File

@ -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 <datei> [host]"