buscar-archivos: Limpiar archivo temporal

This commit is contained in:
Cat /dev/Nulo 2022-02-09 19:56:59 -03:00
parent d9ae70be7f
commit ada064f576

View file

@ -11,7 +11,7 @@ fi
out="$(mktemp)" out="$(mktemp)"
footclient --app-id=fzf buscar-archivos elegir $out footclient --app-id=fzf buscar-archivos elegir $out
file="$(cat $out)" file="$(cat $out)"
# | fuzzel-run --dmenu --width=40)" rm "$out"
if test -e "$file"; then if test -e "$file"; then
if test -d "$file"; then if test -d "$file"; then