devconf/tools/sync.sh
2021-08-29 18:37:58 +02:00

3 lines
113 B
Bash
Executable file

#!/usr/bin/env bash
find ./ -type f -not -path './.git/*' | sed -e 's/^.\///' | xargs -i{} -n1 cp ~/{} ./{} -rf