about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xmcom3
1 files changed, 3 insertions, 0 deletions
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
 		;;