1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 21:26:44 +02:00
Files
cheat.sh/bin
Per Persson b8ab35db77 Move 'not'
I think that this small change makes the code somewhat more readable.
Logic: not any([ b1, b2, b3, ... ]) == all([ not b1, not b2, not b3, ... ])
2018-07-13 21:33:08 +02:00
..
2018-07-13 21:33:08 +02:00