-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tin Lai <oscar@tinyiu.com>
- Loading branch information
Showing
21 changed files
with
161 additions
and
54 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/usr/bin/env sh | ||
# Summary: Link shsh's completion and man files to shsh's own cellar | ||
# | ||
# Usage: shsh self-linking | ||
# | ||
|
||
set -e | ||
# shellcheck source=libexec/shsh-_utils | ||
. "${UTILS_FUNC:?}" | ||
|
||
( | ||
cd "$SHSH_ROOT" && make self-linking | ||
) | ||
|
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. | ||
.TH SHSH "1" "July 2024" "shell script handler v3.1.2" "User Commands" | ||
.SH NAME | ||
shsh \- manual page for shsh v3.1.2 | ||
.SH SYNOPSIS | ||
.B shsh | ||
\fI\,self-linking\/\fR | ||
.SH DESCRIPTION | ||
Link shsh's completion and man files to shsh's own cellar | ||
.PP | ||
Link shsh's completion and man files to shsh's own cellar | ||
.SH AUTHOR | ||
Written by Tin Lai (@soraxas) | ||
.SH COPYRIGHT | ||
Copyright \(co 2014 Juan Ibiapina, 2020 Tin Lai (@soraxas) | ||
.br | ||
This is free software; see the source for copying conditions. There is NO | ||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
.SH "SEE ALSO" | ||
.B shsh (1), | ||
.B shsh-cleanup (1), | ||
.B shsh-commands (1), | ||
.B shsh-completions (1), | ||
.B shsh-edit (1), | ||
.B shsh-get (1), | ||
.B shsh-help (1), | ||
.B shsh-init (1), | ||
.B shsh-install (1), | ||
.B shsh-junest (1), | ||
.B shsh-link (1), | ||
.B shsh-list (1), | ||
.B shsh-outdated (1), | ||
.B shsh-package-path (1), | ||
.B shsh-refresh (1), | ||
.B shsh-self-linking (1), | ||
.B shsh-self-upgrade (1), | ||
.B shsh-uninstall (1), | ||
.B shsh-upgrade (1) |
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
Oops, something went wrong.