X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/move_up?a=blobdiff_plain;ds=sidebyside;f=all_new_2018%2Fsymlink_etc.sh;h=90cb20ab51cfdb6d07c9d8e295d3c361eea89f24;hb=a929990d8253e70799f95b1ff8a74b3a6361a9e9;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