#!/usr/bin/bash

# The daemon accepts only connections from programs that start with: /usr/lib/cryptobone/ext/...
# run: /usr/lib/cryptobone/ext/echotest to check the cryptoboneexternd

echo "all-keys"  | socat  -t15 -d -d -d  - UNIX-connect:/usr/lib/cryptobone/ext/secrets.sock 
