add update-files.sh

This commit is contained in:
Gwenhael Le Moine 2012-02-18 16:15:36 +01:00
parent c9af3073b0
commit 02403cb5d1

View file

@ -0,0 +1,5 @@
#!/bin/sh
for i in $(find config -type f); do
cp -a "${i#config}" config/ ;
done