scribe/script/test

9 lines
135 B
Bash
Executable File

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