taskwarrior/test/tw-2451.t
2021-06-19 12:29:41 -04:00

11 lines
212 B
Bash
Executable file

#!/usr/bin/env bash
. bash_tap_tw.sh
# Setup the tasks
task add Participate in the marine search
task add Find the pearls
# Search for tasks containing "mar"
task mar
task mar count
[[ `task mar count` == 1 ]]