mirror of
https://github.com/km4ack/patmenu2.git
synced 2025-05-16 23:00:11 -07:00
update
This commit is contained in:
parent
1ed32fe58f
commit
2fa3013d43
14
getardoplist
14
getardoplist
@ -87,15 +87,13 @@ if [ -f $PACKET ]; then
|
|||||||
rm $PACKET
|
rm $PACKET
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#put date on top line of each file
|
|
||||||
echo "List Last Downloaded $(date)" >> $FILE
|
|
||||||
echo "List Last Downloaded $(date)" >> $FORTY
|
|
||||||
echo "List Last Downloaded $(date)" >> $EIGHTY
|
|
||||||
echo "List Last Downloaded $(date)" >> $TWENTY
|
|
||||||
echo "List Last Downloaded $(date)" >> $THIRTY
|
|
||||||
echo "List Last Downloaded $(date)" >> $PACKET
|
|
||||||
|
|
||||||
#yad --center --progress --pulsate --timeout-indicator=top --auto-close --no-buttons --text="Start Download"
|
#create file that has grid variable used in calculations
|
||||||
|
touch $HOME/patmenu2/ardop-list/grid.txt
|
||||||
|
MYGRID=$(grep locator $HOME/.config/pat/config.json | sed 's/.*": //;s/"//g;s/,//')
|
||||||
|
echo "GRID=$MYGRID" > $HOME/patmenu2/ardop-list/grid.txt
|
||||||
|
echo "LASTDL=List downloaded `date`" >> $HOME/patmenu2/ardop-list/grid.txt
|
||||||
|
|
||||||
|
|
||||||
#download list to individual files.
|
#download list to individual files.
|
||||||
DL(){
|
DL(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user