buscar-archivos: Limpiar archivo temporal
This commit is contained in:
parent
d9ae70be7f
commit
ada064f576
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue