dotfiles/bin/remind

8 lines
113 B
Plaintext
Raw Permalink Normal View History

2023-04-14 22:50:40 -05:00
#! /bin/sh
[ -z "$REMIND_FILE" ] && REMIND_FILE="$HOME/.local/remind"
export TODO_FILE="$REMIND_FILE"
todo $*