3 lines
127 B
Bash
Executable file
3 lines
127 B
Bash
Executable file
#! /usr/bin/env bash
|
|
|
|
curl -X POST --header 'Content-Type: application/logplex-1' --data-binary @$1 http://localhost:3000/logs
|