Improve /dump command

This commit is contained in:
Michael De Roover 2024-03-22 03:24:03 +01:00
parent 2425cf8097
commit 1e9e0386f9
Signed by: vim
GPG Key ID: 075496E232CE04CB

View File

@ -354,7 +354,9 @@ dump(){
admin
out=/tmp/$RANDOM.json
jq <<< "$input" > $out
sendmsg "Event saved to $out."
sendmsg "Event saved to <code>$out</code>.
Retrieve using <code>/sh_cat_$out</code>.
Remove using <code>/sh_rm_-v_$out</code>."
}
# Notes and such