From 1e9e0386f9f91af59a86ddae4abde8cf161ffcad Mon Sep 17 00:00:00 2001 From: Michael De Roover Date: Fri, 22 Mar 2024 03:24:03 +0100 Subject: [PATCH] Improve /dump command --- konata.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/konata.sh b/konata.sh index 6c9e8e3..3c56252 100755 --- a/konata.sh +++ b/konata.sh @@ -354,7 +354,9 @@ dump(){ admin out=/tmp/$RANDOM.json jq <<< "$input" > $out - sendmsg "Event saved to $out." + sendmsg "Event saved to $out. + Retrieve using /sh_cat_$out. + Remove using /sh_rm_-v_$out." } # Notes and such