Commit 75a7d2c1 authored by Dylan Araps's avatar Dylan Araps

swap case for ifs

parent 070843d2
...@@ -3155,10 +3155,8 @@ main() { ...@@ -3155,10 +3155,8 @@ main() {
printf "\033[9999999D" printf "\033[9999999D"
# Move cursor to top of ascii art # Move cursor to top of ascii art
case "$image" in [ "$image" != "ascii" ] && [ "$image" != "off" ] && \
"ascii" | "off") ;; printf "\033[0H"
*) printf "\033[0H" ;;
esac
# Print the info # Print the info
printinfo printinfo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment