Clear file list before creation

master
Cole Deck 3 years ago
parent 36c668b3d1
commit a57201c674

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

Loading…
Cancel
Save