2 files changed,
5 insertions(+),
2 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2025-01-02 23:26:39 +0200
Parent:
3437327
jump to
| A | bin/refile |
| M | bin/today |
A
bin/refile
··· 1 +#!/usr/bin/env bash 2 +f="$HOME/org/refile.org" 3 +[ -f "$f" ] && exec $EDITOR "$f"