-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bash: man: Drop .sh extension from scripts in $PATH
Executables in $PATH should not have extensions. This enables a re-write in a different language. Signed-off-by: Mark Grant <[email protected]>
- Loading branch information
1 parent
4d96a4e
commit cbc6969
Showing
6 changed files
with
39 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
NAME | ||
agmaint.sh - agmaint script | ||
agmaint - agmaint script | ||
SYNOPSIS | ||
agmaint.sh [OPTION] | ||
agmaint [OPTION] | ||
DESCRIPTION | ||
A script to automate running of daily apt-get maintenance commands. | ||
|
||
Any arguments after a -- will get passed straight to the apt-get commands. This | ||
is useful for automatically assuming yes. e.g. | ||
.br | ||
agmaint.sh -- -y | ||
agmaint -- -y | ||
OPTIONS | ||
-h, --help prints usage information | ||
|
||
|
@@ -24,7 +24,7 @@ Written by Mark Grant. | |
REPORTING BUGS | ||
Report bugs to <[email protected]> | ||
COPYRIGHT | ||
Copyright (C) 2014-2017, 2019-2021 Mark Grant. | ||
Copyright (C) 2014-2017, 2019-2021, 2023 Mark Grant. | ||
.br | ||
License GPLv3: GNU GPL version 3 only | ||
.br | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters