jqrutils 0.1.0

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

cargo test