main() {
- USAGE="usage: tobin [-mnp] ..."
+ USAGE="usage: ${0} [-mnp] ..."
if ! [ "$1" = "x" ] && ! [ -t 0 ]; then
cat | tr '\n' ' ' | xargs tobin "x" "$@"
return "$?"
main() {
- USAGE="usage: todec [-mnKMG] ..."
+ USAGE="usage: ${0} [-mnKMG] ..."
if ! [ "$1" = "x" ] && ! [ -t 0 ]; then
cat | tr '\n' ' ' | xargs todec "x" "$@"
return "$?"
main() {
- USAGE="usage: tohex [-lmnp] ..."
+ USAGE="usage: ${0} [-lmnp] ..."
if ! [ "$1" = "x" ] && ! [ -t 0 ]; then
cat | tr '\n' ' ' | xargs tohex "x" "$@"
return "$?"