#!/bin/bash
# WF 2022-08-11
# install and test
# command to install dependencies
scripts/install "$@"
# command to run tests
scripts/test "$@"
