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.

4 lines
110 B

#!/bin/sh
# Returns 0 (true) if Bitcoin is installed, 1 (false) if not
command -v bitcoin-cli >/dev/null 2>&1