my-scripts/lf-dir.sh

5 lines
88 B
Bash
Raw Normal View History

2023-03-10 04:54:43 +00:00
#!/bin/sh
FN="$HOME"/.cache/lf-dir.log
$TERMINAL -e lf -last-dir-path "$FN"
cat "$FN"