ao-mud is a spellbook of well-commented atomic bash scripts that each do one thing. we are building semantic building blocks for an autonomously-evolving digital spellcasting language.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh |
|
|
|
# Returns 0 (true) if Bitcoin is installed, 1 (false) if not |
|
command -v bitcoin-cli >/dev/null 2>&1 |