From 022ba22a38d59882555a5b68b90617c6a634e9aa Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Sun, 12 May 2019 16:13:17 -0500 Subject: [PATCH] Restore the beginning of a case statement in shot() --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index f4a5fbd..d237566 100644 --- a/.bashrc +++ b/.bashrc @@ -172,7 +172,8 @@ p Upload to a pastebin (defined in function) return ;; esac -#Y: Where to put the result case ${1:1:1} in + # Y: Where to put the result + case ${1:1:1} in # Save to file f) msgd="file: $destdir/$fname" ;;