X-Git-Url: https://plomlompom.com/repos/bar%20baz.html?a=blobdiff_plain;f=all_new_2018%2Finstall_for_target.sh;h=7693a0530174eb1aaa148e205d52e923a49aa097;hb=115ec0e7df4d5af8de51e45cd0182b5cfddc2147;hp=9d2e1a688c7fbbe8ab81aa5e1adcbea92824e840;hpb=ad51c30997402b922e5ae76dc55e5f1e89593ad7;p=config diff --git a/all_new_2018/install_for_target.sh b/all_new_2018/install_for_target.sh index 9d2e1a6..7693a05 100755 --- a/all_new_2018/install_for_target.sh +++ b/all_new_2018/install_for_target.sh @@ -7,7 +7,7 @@ config_tree_prefix="${HOME}/config/all_new_2018/apt-mark/" for target in "$@"; do path="${config_tree_prefix}${target}" - for line in $(cat "${path}"); do + cat "${path}" | while read line; do if [ ! $(echo "${line}" | cut -c1) = "#" ]; then apt-get -y install "${line}" fi