all repos

dotfiles @ a6fa85b1d0ab2ff071503fc2789b280d23ae93f1

i use rach linux btw

dotfiles/bin/refile (view raw)

Smirnov Oleksandr Smirnov Oleksandr
ss2316544@gmail.com
bin: add refile and today scripts, 1 year ago
1
#!/usr/bin/env bash
2
f="$HOME/org/refile.org"
3
[ -f "$f" ] && exec $EDITOR "$f"