remove last entry NONE

master
Julien Vehent 2013-11-05 15:51:00 -05:00
parent 5a483775d7
commit ee3200ebe5
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ for result in "${results[@]}"; do
echo $header
ctr=$((ctr+1))
fi
echo $result
echo $result|grep -v '(NONE)'
done|column -t
if [ $ALLCIPHERS -gt 0 ]; then