jqrutils 0.0.1

Small Unix utilities: quiet, errfail
1
2
3
4
5
#!/bin/bash
set -euo pipefail
cd "$(dirname "$0")/.."

cargo test