New comment by leahneukirchen on mblaze repository https://github.com/leahneukirchen/mblaze/issues/214#issuecomment-926706668 Comment: Does that work for you? ``` diff --git a/mcom b/mcom index 4c1027f..f1657ad 100755 --- a/mcom +++ b/mcom @@ -478,6 +478,9 @@ while :; do *mbnc*) mflag -P -- "$1" ;; *mfwd*) mflag -P -- "$@" ;; esac + case "$0" in + *mrep*|*mbnc*|*mfwd*) mseq -f | mseq -S ;; + esac exit 0 ;; ```