1
0
Fork 0

async trash-put in lf

This commit is contained in:
Luca Bilke 2023-09-15 21:20:02 +02:00
parent 671fff14f6
commit 4ffa3fecad
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ cmd trash ${{
if [ $ans = "y" ]; then
for f in $fx; do
echo $f
trash-put $f
trash-put $f &
done
fi
}}