#! /bin/bash

printf "\nbuilding shards with 'shards build'\n\n"
shards build
printf "\nrunning specs with 'crystal spec'\n\n"
crystal spec
printf "\nformatting code with 'crystal tool format src spec'\n\n"
crystal tool format src spec
