X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=setup.sh;fp=setup.sh;h=0f6cd1f458115955b5cfc9f3021449b97ee54987;hp=b902a261b83ed02182f8fc82b231cbbb95856163;hb=30ba7ec9dc1d851557ff9a9113e81a52bf050780;hpb=d648243d7cce390e7321f2d45d42cdec25f295c7 diff --git a/setup.sh b/setup.sh index b902a26..0f6cd1f 100755 --- a/setup.sh +++ b/setup.sh @@ -6,7 +6,7 @@ # Projects which use git. projects="browser lftp mail music os shell vcs vim" -# Run .setup.sh in each project. +# Run setup.sh in each project. for project in $projects; do [ -d "$project" ] && (echo "running setup.sh in '$project'"; cd "$project"; ./setup.sh > /dev/null)