From 6fcfbc2ae0a25551d299022ea2734c5527462472 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 12 Mar 2020 22:10:16 +0100 Subject: [PATCH] add debug --- myshell_git_sync | 3 +++ 1 file changed, 3 insertions(+) diff --git a/myshell_git_sync b/myshell_git_sync index 7c8334b..d5ced98 100644 --- a/myshell_git_sync +++ b/myshell_git_sync @@ -149,5 +149,8 @@ if ! $SSHS; then *dumb*) echo "Run with dumb terminal" 1>&2 ;; + *) + echo "Rund with $TERM" + ;; esac fi