return 0 if success

This commit is contained in:
ville rantanen
2014-06-13 17:01:22 +03:00
parent 3bc092e66a
commit 0cf4847d8f

View File

@@ -26,4 +26,6 @@ plot '<cat' using 1:2 title '$1 $3' $4"
[[ $? -ne 0 ]] && {
echo -n "Possible columns: "
head -n 1 "$1" | tr \\t ,
} || {
true
}