slackbuilds/UNUSED/a/aaa_cycojesus/update-files.sh

6 lines
89 B
Bash
Raw Normal View History

2012-02-18 16:15:36 +01:00
#!/bin/sh
for i in $(find config -type f); do
cp -a "${i#config}" $(dirname $i) ;
2012-02-18 16:15:36 +01:00
done