#!/bin/bash
# WF 2022-04-21
# install and test
# command to install dependencies
scripts/install
# command to run tests
scripts/test
