I hereby claim:
- I am lache-sys on github.
- I am lachesys (https://keybase.io/lachesys) on keybase.
- I have a public key whose fingerprint is 81AE CE7A 3476 9548 9F3E CB2E 0015 CA46 F9E6 0CB5
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| __doc__ = """{f} | |
| Usage: | |
| {f} (-i <toml> | --input <toml>) | |
| {f} (-h | --help) | |
| Options: | |
| -i <toml>, --input <toml> TOML path. (required) | |
| -h --help Show this screen. |
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| __doc__ = """{f} | |
| Usage: | |
| {f} (-i <disk> | --input <disk>) | |
| {f} (-h | --help) | |
| Options: | |
| -h --help Show this screen. | |
| -i <disk>, --input <disk> /dev/diskX. |
| #!usr/bin/env bash | |
| set -euo pipefail | |
| readonly ULVRC="/usr/local/var/run/clamav" | |
| case "$(uname)" in | |
| "Darwin") | |
| readonly CLAMAV_DIR="/opt/homebrew/etc/clamav";; | |
| "Linux") | |
| readonly CLAMAV_DIR="/etc/clamav";; | |
| *) | |
| echo "Neither macOS or Linux!" |
| #!usr/bin/env bash | |
| set -euo pipefail && :<<'USAGE' | |
| Usage: $(basename "$0") [-h | --help] [NAME] | |
| Options: | |
| -h | --help Display this help | |
| USAGE | |
| function init () { | |
| readonly local _src="${HOME}/Git/roms" | |
| if [[ "$(uname)" == "Darwin" ]]; then |
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| __doc__ = """{f} | |
| Usage: | |
| {f} (-i <dev> | --input <dev>) (-o <output> | --output <output>) | |
| {f} (-h | --help) | |
| Options: | |
| -i <dev>, --input <dev> Input device. (required) | |
| -o <output>, --output <output> Output filename. (required) |