scribe/script/test

9 lines
135 B
Plaintext
Raw Normal View History

#!/bin/sh
# Exit if any subcommand fails
set -e
set -o pipefail
echo "crystal spec --order random $@"
crystal spec --order random $@