From 334af151f382a4ecfa7438451b2a7445028f77bf Mon Sep 17 00:00:00 2001 From: Neal Morton Date: Tue, 25 Jan 2022 19:11:57 -0600 Subject: [PATCH] feat: allow {s} in command string --- bin/subjexec | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/subjexec b/bin/subjexec index 2962338..5d0b76f 100755 --- a/bin/subjexec +++ b/bin/subjexec @@ -109,6 +109,7 @@ for no in ${nos/:/ }; do # create command subj_command=${command/\{\}/$subject} + subj_command=${subj_command/\{s\}/$subject} if [[ $verbose = 1 && $runpar != 1 ]]; then echo "$subj_command" fi