From 216f7787eaf72023426f4c26c5f90e97266c4a9f Mon Sep 17 00:00:00 2001
From: norohind <60548839+norohind@users.noreply.github.com>
Date: Sat, 18 Nov 2023 23:26:54 +0300
Subject: [PATCH] stdin2discord: add set -x

---
 stdin2discord.bash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/stdin2discord.bash b/stdin2discord.bash
index 7e40dc8..a5d55f8 100755
--- a/stdin2discord.bash
+++ b/stdin2discord.bash
@@ -1,5 +1,6 @@
 #!/bin/bash
 set -euo pipefail
+set -x
 
 send() {
     local _msg=$1