Clear file list before creation
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user