Clear file list before creation

This commit is contained in:
Cole Deck 2021-01-04 20:19:04 -06:00
parent 36c668b3d1
commit a57201c674

View File

@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
rm ./.paths/.files
for name in $(ls ./.paths) for name in $(ls ./.paths)
do do
echo "$(cat ./.paths/$name)/$name" >> ./.paths/.files echo "$(cat ./.paths/$name)/$name" >> ./.paths/.files