Robert M Greene

Results 1 issues of Robert M Greene

#!/usr/bin/env bash string_to_asciihex() { local string="$1" local -i i eos local output="" eos=${#string}-1 for (( i=0; i

bug
parser
highlighting