dotfiles/bin/refile
2025-01-02 23:26:39 +02:00

3 lines
78 B
Bash
Executable file

#!/usr/bin/env bash
f="$HOME/org/refile.org"
[ -f "$f" ] && exec $EDITOR "$f"