diff --git a/teil26/version3.sh b/teil26/version3.sh index 633f0a6..a69553d 100755 --- a/teil26/version3.sh +++ b/teil26/version3.sh @@ -1,6 +1,6 @@ #! /usr/bin/bash -# Version 3: Text als here Doc innerhalb des Scripts +# Version 3: Text als Heredoc innerhalb des Scripts usage() { cat <<- EOF diff --git a/teil26/version4.sh b/teil26/version4.sh index f9719ad..88ce865 100755 --- a/teil26/version4.sh +++ b/teil26/version4.sh @@ -1,6 +1,6 @@ #! /usr/bin/bash -# Version 3: Text als here Doc innerhalb des Scripts, +# Version 3: Text als Heredoc innerhalb des Scripts, # diesmal mit Redirection in eine Datei. usage() {