webhookd/scripts/echo.sh
2018-01-15 10:51:15 +00:00

9 lines
102 B
Bash
Executable File

#!/bin/bash
echo "Echo from script..."
echo "hostname: `hostname`"
echo "user-agent: $user_agent"