diff --git a/eachsubdir b/ineach similarity index 90% rename from eachsubdir rename to ineach index 89fbe15..c44794d 100755 --- a/eachsubdir +++ b/ineach @@ -3,7 +3,6 @@ BASEDIR=`pwd` -usage="Execute a command in each subdirectory:\n\nUsage: $0 [-p | print subdir info] \"command\"" # More safety, by turning some bugs into errors. # Without `errexit` you don’t need ! and can replace @@ -44,7 +43,8 @@ while true; do shift ;; -h|--help) - echo -e "Execute a command in each subdirectory:\n\nUsage: $0 [-p(--print-subdir) -e(--exclude) dir1, dir2,...,dirn)] \"command\"" + echo -e "NAME\n\tineach - executes a command in each subdirectory" + echo -e "SYNOPSIS\n\tineach [-p, --print-subdir] [-e, --exclude dir1,dir2,...,dirn] \"command\"" exit 0 shift ;; diff --git a/init_homepath b/init_homepath index ac5ad81..fd797f4 100755 --- a/init_homepath +++ b/init_homepath @@ -1,7 +1,7 @@ #!/bin/sh # -REPLACE_FOLDERS="Audio Bilder data Dokumente Downloads eclipse Musik prj Schreibtisch Videos choords" +REPLACE_FOLDERS="Audio Bilder data Dokumente Downloads eclipse Musik prj Schreibtisch Videos" echo The following folders will be deleted: