5 lines
88 B
Bash
5 lines
88 B
Bash
|
#!/bin/sh
|
||
|
FN="$HOME"/.cache/lf-dir.log
|
||
|
$TERMINAL -e lf -last-dir-path "$FN"
|
||
|
cat "$FN"
|