2 lines
133 B
Bash
Executable file
2 lines
133 B
Bash
Executable file
#!/bin/sh
|
|
curl -s --header "Content-Type: text/plain" --header "X-Username: $(users)" -d "$*" https://kelder.zeus.ugent.be/messages/
|