X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=all_new_2018%2Fsymlink_etc.sh;h=90cb20ab51cfdb6d07c9d8e295d3c361eea89f24;hb=12aea3ecd6036c77cbc9ea360d8cad116b61573f;hp=dd78fdfd89368bace33722a292ab0901b711b5db;hpb=ad51c30997402b922e5ae76dc55e5f1e89593ad7;p=config diff --git a/all_new_2018/symlink_etc.sh b/all_new_2018/symlink_etc.sh index dd78fdf..90cb20a 100755 --- a/all_new_2018/symlink_etc.sh +++ b/all_new_2018/symlink_etc.sh @@ -6,6 +6,8 @@ # CAUTION: This removes original files at the affected paths. set -e +config_tree_prefix="${HOME}/config/all_new_2018/linkable_etc_files/" + for target in "$@"; do cd "${config_tree_prefix}${target}" for path in $(find . -type f); do