add update-files.sh
This commit is contained in:
parent
c9af3073b0
commit
02403cb5d1
1 changed files with 5 additions and 0 deletions
5
a/aaa_cycojesus/update-files.sh
Executable file
5
a/aaa_cycojesus/update-files.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
for i in $(find config -type f); do
|
||||
cp -a "${i#config}" config/ ;
|
||||
done
|
Loading…
Add table
Reference in a new issue