prima_bridge 0.16.0

A library to implement the bridge pattern
Documentation
#!/usr/bin/env bash

source /setup_common.sh
source /decrypt_secrets.sh

if [ -n "$1" ]; then
  sh -c "$@"
else
  cargo watch -x 'run'
fi