crescentrose / sunshine

☀️ when does the sun rise?
Apache License 2.0
19 stars 0 forks source link

Suggestion: --day > success=day || error=night #9

Open JayBrown opened 4 years ago

JayBrown commented 4 years ago

A suggestion for an additional option, e.g. --day.

Would return success if true, and error if false. For stuff like: sunshine --day &>/dev/null && echo "day" || echo "night"