taskwarrior/test/test_hooks/on-launch.dummy
2024-12-17 19:08:48 -05:00

5 lines
45 B
Bash
Executable file

#!/bin/sh
echo "on-launch executed"
exit 0