Skip to content

Commit 2813705

Browse files
committed
bump version
Signed-off-by: Tin Lai <[email protected]>
1 parent dd7bc95 commit 2813705

20 files changed

+223
-39
lines changed

libexec/shsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ for arg; do
120120
;;
121121
--version)
122122
cat << EOF
123-
shsh (shell script handler) v3.1.2
123+
shsh (shell script handler) v3.1.3
124124
125125
Copyright (c) 2014 Juan Ibiapina, 2020 Tin Lai (@soraxas)
126126
This is free software; see the source for copying conditions. There is NO

man/man1/shsh-cleanup.1

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH SHSH "1" "July 2024" "shell script handler v3.1.2" "User Commands"
2+
.TH SHSH "1" "July 2024" "shell script handler v3.1.3" "User Commands"
33
.SH NAME
4-
shsh \- manual page for shsh v3.1.2
4+
shsh \- manual page for shsh v3.1.3
55
.SH SYNOPSIS
66
.B shsh
77
\fI\,cleanup \/\fR[\fI\,-d|--dry\/\fR]
@@ -27,6 +27,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2727
.B shsh-cleanup (1),
2828
.B shsh-commands (1),
2929
.B shsh-completions (1),
30+
.B shsh-echo (1),
3031
.B shsh-edit (1),
3132
.B shsh-get (1),
3233
.B shsh-help (1),

man/man1/shsh-commands.1

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH SHSH "1" "July 2024" "shell script handler v3.1.2" "User Commands"
2+
.TH SHSH "1" "July 2024" "shell script handler v3.1.3" "User Commands"
33
.SH NAME
4-
shsh \- manual page for shsh v3.1.2
4+
shsh \- manual page for shsh v3.1.3
55
.SH SYNOPSIS
66
.B shsh
77
\fI\,commands\/\fR
@@ -23,6 +23,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2323
.B shsh-cleanup (1),
2424
.B shsh-commands (1),
2525
.B shsh-completions (1),
26+
.B shsh-echo (1),
2627
.B shsh-edit (1),
2728
.B shsh-get (1),
2829
.B shsh-help (1),

man/man1/shsh-completions.1

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH SHSH "1" "July 2024" "shell script handler v3.1.2" "User Commands"
2+
.TH SHSH "1" "July 2024" "shell script handler v3.1.3" "User Commands"
33
.SH NAME
4-
shsh \- manual page for shsh v3.1.2
4+
shsh \- manual page for shsh v3.1.3
55
.SH SYNOPSIS
66
.B shsh
77
\fI\,completions <command>\/\fR
@@ -22,6 +22,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2222
.B shsh-cleanup (1),
2323
.B shsh-commands (1),
2424
.B shsh-completions (1),
25+
.B shsh-echo (1),
2526
.B shsh-edit (1),
2627
.B shsh-get (1),
2728
.B shsh-help (1),

man/man1/shsh-edit.1

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH SHSH "1" "July 2024" "shell script handler v3.1.2" "User Commands"
2+
.TH SHSH "1" "July 2024" "shell script handler v3.1.3" "User Commands"
33
.SH NAME
4-
shsh \- manual page for shsh v3.1.2
4+
shsh \- manual page for shsh v3.1.3
55
.SH SYNOPSIS
66
.B shsh
77
\fI\,edit\/\fR
@@ -21,6 +21,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2121
.B shsh-cleanup (1),
2222
.B shsh-commands (1),
2323
.B shsh-completions (1),
24+
.B shsh-echo (1),
2425
.B shsh-edit (1),
2526
.B shsh-get (1),
2627
.B shsh-help (1),

man/man1/shsh-get.1

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH SHSH "1" "July 2024" "shell script handler v3.1.2" "User Commands"
2+
.TH SHSH "1" "July 2024" "shell script handler v3.1.3" "User Commands"
33
.SH NAME
4-
shsh \- manual page for shsh v3.1.2
4+
shsh \- manual page for shsh v3.1.3
55
.SH SYNOPSIS
66
.B shsh
77
\fI\,get <package>\/\fR
@@ -21,6 +21,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2121
.B shsh-cleanup (1),
2222
.B shsh-commands (1),
2323
.B shsh-completions (1),
24+
.B shsh-echo (1),
2425
.B shsh-edit (1),
2526
.B shsh-get (1),
2627
.B shsh-help (1),

man/man1/shsh-help.1

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH SHSH "1" "July 2024" "shell script handler v3.1.2" "User Commands"
2+
.TH SHSH "1" "July 2024" "shell script handler v3.1.3" "User Commands"
33
.SH NAME
4-
shsh \- manual page for shsh v3.1.2
4+
shsh \- manual page for shsh v3.1.3
55
.SH SYNOPSIS
66
.B shsh
77
\fI\,help \/\fR[\fI\,--usage\/\fR] \fI\,COMMAND\/\fR
@@ -27,6 +27,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2727
.B shsh-cleanup (1),
2828
.B shsh-commands (1),
2929
.B shsh-completions (1),
30+
.B shsh-echo (1),
3031
.B shsh-edit (1),
3132
.B shsh-get (1),
3233
.B shsh-help (1),

man/man1/shsh-init.1

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH SHSH "1" "July 2024" "shell script handler v3.1.2" "User Commands"
2+
.TH SHSH "1" "July 2024" "shell script handler v3.1.3" "User Commands"
33
.SH NAME
4-
shsh \- manual page for shsh v3.1.2
4+
shsh \- manual page for shsh v3.1.3
55
.SH SYNOPSIS
66
.B eval
77
\fI\,"$(shsh init SHELL)"\/\fR
@@ -21,6 +21,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2121
.B shsh-cleanup (1),
2222
.B shsh-commands (1),
2323
.B shsh-completions (1),
24+
.B shsh-echo (1),
2425
.B shsh-edit (1),
2526
.B shsh-get (1),
2627
.B shsh-help (1),

man/man1/shsh-install.1

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH SHSH "1" "July 2024" "shell script handler v3.1.2" "User Commands"
2+
.TH SHSH "1" "July 2024" "shell script handler v3.1.3" "User Commands"
33
.SH NAME
4-
shsh \- manual page for shsh v3.1.2
4+
shsh \- manual page for shsh v3.1.3
55
.SH SYNOPSIS
66
.B shsh
77
\fI\,install \/\fR[\fI\,site\/\fR]\fI\,/<package>\/\fR[\fI\,@ref\/\fR] [\fI\,<folder>/<folder>\/\fR]
@@ -129,6 +129,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
129129
.B shsh-cleanup (1),
130130
.B shsh-commands (1),
131131
.B shsh-completions (1),
132+
.B shsh-echo (1),
132133
.B shsh-edit (1),
133134
.B shsh-get (1),
134135
.B shsh-help (1),

man/man1/shsh-junest.1

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH SHSH "1" "July 2024" "shell script handler v3.1.2" "User Commands"
2+
.TH SHSH "1" "July 2024" "shell script handler v3.1.3" "User Commands"
33
.SH NAME
4-
shsh \- manual page for shsh v3.1.2
4+
shsh \- manual page for shsh v3.1.3
55
.SH SYNOPSIS
66
.B shsh
77
\fI\,junest \/\fR[\fI\,-h|--help\/\fR] \fI\,<sub_command>\/\fR
@@ -31,6 +31,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3131
.B shsh-cleanup (1),
3232
.B shsh-commands (1),
3333
.B shsh-completions (1),
34+
.B shsh-echo (1),
3435
.B shsh-edit (1),
3536
.B shsh-get (1),
3637
.B shsh-help (1),

man/man1/shsh-link.1

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH SHSH "1" "July 2024" "shell script handler v3.1.2" "User Commands"
2+
.TH SHSH "1" "July 2024" "shell script handler v3.1.3" "User Commands"
33
.SH NAME
4-
shsh \- manual page for shsh v3.1.2
4+
shsh \- manual page for shsh v3.1.3
55
.SH SYNOPSIS
66
.B shsh
77
\fI\,link \/\fR[\fI\,--no-deps\/\fR] \fI\,<directory> <package> \/\fR[\fI\,-h|--hook <hook>\/\fR] [\fI\,-v|--variable <VAR>=<VAL>\/\fR]
@@ -21,6 +21,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2121
.B shsh-cleanup (1),
2222
.B shsh-commands (1),
2323
.B shsh-completions (1),
24+
.B shsh-echo (1),
2425
.B shsh-edit (1),
2526
.B shsh-get (1),
2627
.B shsh-help (1),

man/man1/shsh-list.1

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH SHSH "1" "July 2024" "shell script handler v3.1.2" "User Commands"
2+
.TH SHSH "1" "July 2024" "shell script handler v3.1.3" "User Commands"
33
.SH NAME
4-
shsh \- manual page for shsh v3.1.2
4+
shsh \- manual page for shsh v3.1.3
55
.SH SYNOPSIS
66
.B shsh
77
\fI\,list \/\fR[\fI\,-d|--details\/\fR] [\fI\,-a|--all\/\fR] [\fI\,-i|--installed\/\fR]
@@ -34,6 +34,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3434
.B shsh-cleanup (1),
3535
.B shsh-commands (1),
3636
.B shsh-completions (1),
37+
.B shsh-echo (1),
3738
.B shsh-edit (1),
3839
.B shsh-get (1),
3940
.B shsh-help (1),

man/man1/shsh-outdated.1

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH SHSH "1" "July 2024" "shell script handler v3.1.2" "User Commands"
2+
.TH SHSH "1" "July 2024" "shell script handler v3.1.3" "User Commands"
33
.SH NAME
4-
shsh \- manual page for shsh v3.1.2
4+
shsh \- manual page for shsh v3.1.3
55
.SH SYNOPSIS
66
.B shsh
77
\fI\,outdated \/\fR[\fI\,-q|--quiet\/\fR]
@@ -21,6 +21,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2121
.B shsh-cleanup (1),
2222
.B shsh-commands (1),
2323
.B shsh-completions (1),
24+
.B shsh-echo (1),
2425
.B shsh-edit (1),
2526
.B shsh-get (1),
2627
.B shsh-help (1),

man/man1/shsh-package-path.1

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH SHSH "1" "July 2024" "shell script handler v3.1.2" "User Commands"
2+
.TH SHSH "1" "July 2024" "shell script handler v3.1.3" "User Commands"
33
.SH NAME
4-
shsh \- manual page for shsh v3.1.2
4+
shsh \- manual page for shsh v3.1.3
55
.SH SYNOPSIS
66
.B source
77
\fI\,"$(shsh package-path <package>)/file.sh"\/\fR
@@ -21,6 +21,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2121
.B shsh-cleanup (1),
2222
.B shsh-commands (1),
2323
.B shsh-completions (1),
24+
.B shsh-echo (1),
2425
.B shsh-edit (1),
2526
.B shsh-get (1),
2627
.B shsh-help (1),

man/man1/shsh-refresh.1

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH SHSH "1" "July 2024" "shell script handler v3.1.2" "User Commands"
2+
.TH SHSH "1" "July 2024" "shell script handler v3.1.3" "User Commands"
33
.SH NAME
4-
shsh \- manual page for shsh v3.1.2
4+
shsh \- manual page for shsh v3.1.3
55
.SH SYNOPSIS
66
.B shsh
77
\fI\,refresh <package> \/\fR[\fI\,--verbose\/\fR] [\fI\,-a|--all\/\fR]
@@ -21,6 +21,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2121
.B shsh-cleanup (1),
2222
.B shsh-commands (1),
2323
.B shsh-completions (1),
24+
.B shsh-echo (1),
2425
.B shsh-edit (1),
2526
.B shsh-get (1),
2627
.B shsh-help (1),

man/man1/shsh-self-linking.1

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH SHSH "1" "July 2024" "shell script handler v3.1.2" "User Commands"
2+
.TH SHSH "1" "July 2024" "shell script handler v3.1.3" "User Commands"
33
.SH NAME
4-
shsh \- manual page for shsh v3.1.2
4+
shsh \- manual page for shsh v3.1.3
55
.SH SYNOPSIS
66
.B shsh
77
\fI\,self-linking\/\fR
@@ -21,6 +21,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2121
.B shsh-cleanup (1),
2222
.B shsh-commands (1),
2323
.B shsh-completions (1),
24+
.B shsh-echo (1),
2425
.B shsh-edit (1),
2526
.B shsh-get (1),
2627
.B shsh-help (1),

man/man1/shsh-self-upgrade.1

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH SHSH "1" "July 2024" "shell script handler v3.1.2" "User Commands"
2+
.TH SHSH "1" "July 2024" "shell script handler v3.1.3" "User Commands"
33
.SH NAME
4-
shsh \- manual page for shsh v3.1.2
4+
shsh \- manual page for shsh v3.1.3
55
.SH SYNOPSIS
66
.B shsh
77
\fI\,self-upgrade\/\fR
@@ -21,6 +21,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2121
.B shsh-cleanup (1),
2222
.B shsh-commands (1),
2323
.B shsh-completions (1),
24+
.B shsh-echo (1),
2425
.B shsh-edit (1),
2526
.B shsh-get (1),
2627
.B shsh-help (1),

man/man1/shsh-uninstall.1

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH SHSH "1" "July 2024" "shell script handler v3.1.2" "User Commands"
2+
.TH SHSH "1" "July 2024" "shell script handler v3.1.3" "User Commands"
33
.SH NAME
4-
shsh \- manual page for shsh v3.1.2
4+
shsh \- manual page for shsh v3.1.3
55
.SH SYNOPSIS
66
.B shsh
77
\fI\,uninstall <package>\/\fR
@@ -29,6 +29,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2929
.B shsh-cleanup (1),
3030
.B shsh-commands (1),
3131
.B shsh-completions (1),
32+
.B shsh-echo (1),
3233
.B shsh-edit (1),
3334
.B shsh-get (1),
3435
.B shsh-help (1),

man/man1/shsh-upgrade.1

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH SHSH "1" "July 2024" "shell script handler v3.1.2" "User Commands"
2+
.TH SHSH "1" "July 2024" "shell script handler v3.1.3" "User Commands"
33
.SH NAME
4-
shsh \- manual page for shsh v3.1.2
4+
shsh \- manual page for shsh v3.1.3
55
.SH SYNOPSIS
66
.B shsh
77
\fI\,upgrade <package> \/\fR[\fI\,-f|--force\/\fR]
@@ -34,6 +34,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3434
.B shsh-cleanup (1),
3535
.B shsh-commands (1),
3636
.B shsh-completions (1),
37+
.B shsh-echo (1),
3738
.B shsh-edit (1),
3839
.B shsh-get (1),
3940
.B shsh-help (1),

0 commit comments

Comments
 (0)