i found way to make it like Queue
first remove `-b` from wget command
second improve sh script to not run one by one , no
collect all at one file line by line
do
cat /home/sen/public_html/akwam/orders/"$i" >> /plex/final.txt
echo >> /plex/final.txt
rm -rf /home/sen/public_html/akwam/orders/"$i"
done