dotfiles/bin/executable_org-get-current-...

4 lines
77 B
Bash

#!/bin/sh
cat /run/user/1000/org/current-task 2>/dev/null || echo "no task"