Closed SeerLite closed 4 years ago
Changed it up a bit. Instead of checking for file before cat
ing, we cat instead and then check if it returned anything.
Come to think of it, maybe I should redirect cat
s stderr to null.
At this point idk if I'm just messing around or if this is actually useful : Feel free to revert anything here
This is good enough. No issue with this.
Personally find it more readable and logical. Feel free to dismiss it if you feel it just clutters the code though.