curl -fsSL "https://bina.egoist.dev/contextualist/acp" | sh if [ $# -eq 0 ]; then acp --setup; else acp "$@"; fi