task.mk/docs/examples/check/record.sh

11 lines
244 B
Bash
Raw Normal View History

2022-09-18 10:00:53 -05:00
#!/usr/bin/env bash
source "$(dirname "${BASH_SOURCE[0]}")/../functions.sh"
cmd 'make -f check/check.mk help'
cmd 'make -f check/check.mk check'
msg "# Let's try again but instead say no this time"
cmd 'make -f check/check.mk check'
2022-09-21 00:11:38 -05:00
sleep 1