This website requires JavaScript.
Explore
Help
Sign in
gwh
/
slackbuilds
Watch
1
Star
0
Fork
You've already forked slackbuilds
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
9d47bcd144
slackbuilds
/
UNUSED
/
a
/
aaa_cycojesus
/
update-files.sh
6 lines
89 B
Bash
Raw
Normal View
History
Unescape
Escape
add update-files.sh
2012-02-18 16:15:36 +01:00
#!/bin/sh
for
i in
$(
find config -type f
)
;
do
update own files Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
2012-03-02 16:11:09 +01:00
cp -a
"
${
i
#config
}
"
$(
dirname
$i
)
;
add update-files.sh
2012-02-18 16:15:36 +01:00
done
Reference in a new issue
Copy permalink