diff --git a/README.md b/README.md new file mode 100644 index 0000000..9aa9332 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Discord webhook + +Install jq: +``` +yay -S jq +``` + +Run a command and send its content : +``` +my_command 2>&1 | ./webhook.sh +``` + +![screenshot](./screenshot.png) + diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..7b0024a Binary files /dev/null and b/screenshot.png differ