3 lines
112 B
Bash
Executable File
3 lines
112 B
Bash
Executable File
#!/bin/sh
|
|
curl --header "Content-Type: text/plain" --header "X-Username: $(users)" 10.0.0.5:5000/reply/ -d "$*"
|