easy-dhall-nix/test.sh

5 lines
83 B
Bash
Executable File

#!/usr/bin/env sh
set -e
test_script="$(nix-build ./test.nix)"
exec "$test_script"