Skip to content

Commit

Permalink
feat: allow {s} in command string
Browse files Browse the repository at this point in the history
  • Loading branch information
mortonne committed Jan 26, 2022
1 parent dbbf585 commit 334af15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/subjexec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 334af15

Please sign in to comment.