This commit is contained in:
Nico 2021-01-26 16:36:15 +00:00
parent 9249f6b111
commit 4f80d8f35e
1 changed files with 1 additions and 1 deletions

View File

@ -4,10 +4,10 @@
IFS=
echo "$@"
checks=$(echo "$@" | sed 's/[eE]/\^/g;s/[^\^]/ /g')
echo $checks
if [ -z $(echo $checks | sed -e 's/ //g') ]
then
echo "good"
else
echo $checks
echo "bad"
fi