devconf/tools/sync.sh

4 lines
113 B
Bash
Raw Normal View History

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