mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-08 02:46:14 +00:00
9 lines
102 B
Bash
Executable File
9 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Echo from script..."
|
|
|
|
echo "hostname: `hostname`"
|
|
|
|
echo "user-agent: $user_agent"
|
|
|