jolmg

Results 12 issues of jolmg

Was just browsing through and noticed: https://github.com/jfloff/docker-lineageos/blob/f55847312f75cc733ee17eec8adb8c3bd39712de/lineageos#L30 FYI: ```bash $ if [[ 3 > 22 ]]; then echo true; else echo false; fi true ``` True, because 3 comes after...