Marty Oehme
86dc69c31f
Modified some options per the taskwarrior recommendations, switched from custom XDG compliance to default implementation newly added to program.
3 lines
94 B
Bash
3 lines
94 B
Bash
#!/usr/bin/env sh
|
|
|
|
[ -d "$XDG_DATA_HOME/task/notes" ] || mkdir -p "$XDG_DATA_HOME/task/notes"
|