Skip to content

Commit

Permalink
fix: Process signal faster (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jan 29, 2024
1 parent be4745b commit 18c5c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/progress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ do
echo "${body//(\[P\])/($size)}"> "$info"
fi
fi
sleep 1
sleep 1 & wait $!
done

0 comments on commit 18c5c2d

Please sign in to comment.