Add list feature
This commit is contained in:
parent
e1d21a88c8
commit
75eeb9aa94
5
add-list
Executable file
5
add-list
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
add $(cat ./.paths/.files)
|
||||
rm ./.paths/.files
|
||||
create-list
|
6
create-list
Executable file
6
create-list
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
for name in $(ls ./.paths)
|
||||
do
|
||||
echo "$(cat ./.paths/$name)/$name" >> ./.paths/.files
|
||||
done
|
Loading…
x
Reference in New Issue
Block a user