Ali Abdel-Qader
Ali Abdel-Qader
### Suggestion According to ISO 3166-1 the following countries have incorrect/outdated names: Czechia -> Czech Republic Taiwan -> Taiwan (Province of China) Turkey -> Türkiye ### Use case ISO compliance....
#### Your system information * System information from steam (`Steam` -> `Help` -> `System Information`) in a [gist](https://gist.github.com/thrifty-txt/3153bb268cae41e4a79a480bdc7bc83b): * Have you checked for system updates?: Yes * Are you using...
Fixes #20 /usr/bin/env bash allows for the user's environment to tell us where bash is instead of assuming it lives at /bin/bash
At the top of every script is the ```#!/bin/bash``` shebang. Unfortunately this does not run on NixOS and Guix because bash is not located in /bin. Other scripts get around...