slackbuilds/UNUSED/a/aaa_cycojesus/update-files.sh
2016-09-18 22:25:38 +02:00

5 lines
89 B
Bash
Executable file

#!/bin/sh
for i in $(find config -type f); do
cp -a "${i#config}" $(dirname $i) ;
done