return 0 if success
This commit is contained in:
@@ -26,4 +26,6 @@ plot '<cat' using 1:2 title '$1 $3' $4"
|
|||||||
[[ $? -ne 0 ]] && {
|
[[ $? -ne 0 ]] && {
|
||||||
echo -n "Possible columns: "
|
echo -n "Possible columns: "
|
||||||
head -n 1 "$1" | tr \\t ,
|
head -n 1 "$1" | tr \\t ,
|
||||||
|
} || {
|
||||||
|
true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user