From: Alexander Barton Date: Mon, 3 Oct 2016 20:40:03 +0000 (+0200) Subject: brew-{run|rdeps}: Add script description to header X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c9533d7773d2a6f54e56338b5fa2f2ad09222d2;p=homebrew-alex.git brew-{run|rdeps}: Add script description to header --- diff --git a/cmd/brew-rdeps b/cmd/brew-rdeps index 34aa34b..47bb1fc 100755 --- a/cmd/brew-rdeps +++ b/cmd/brew-rdeps @@ -1,5 +1,5 @@ #!/bin/sh -# 2016-01-20, alex@barton.de +# brew-rdeps -- List reverse-dependencies of Homebrew formulae for formula in "$@"; do brew deps --installed --skip-build \ diff --git a/cmd/brew-run b/cmd/brew-run index 170cbd9..9232035 100755 --- a/cmd/brew-run +++ b/cmd/brew-run @@ -1,5 +1,5 @@ #!/bin/sh -# 2016-08-14, alex@barton.de +# brew-run -- Update, upgrade, and clean up Hoembrew installation. # Include "ax-common.sh": ax_common_sourced=