Fix clear if no TERM

This commit is contained in:
HUC Stéphane 2021-07-28 01:43:34 +02:00
parent 42a5ea89e0
commit 3fd9eaaf35
Signed by: hucste
GPG Key ID: C4ED64222D9B037F
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
#!/bin/sh
set -e
set -u
set -x
clear
#set -u
#set -x
[ -n "$TERM" ] && clear
########################################################################
###
##