Boris
Results
3
issues of
Boris
I'm often playing hearthstone in situations where my attention is divided with something else and sound isn't really an appropriate way to find out when my turn starts. This would...
The wrong environment variable is used
Using /usr/bin/env $interpreter in shebangs is the "proper" way to do it instead of using the absolute path to interpreters. It's very rare for /bin/bash to not exist, but it...