|
1 | 1 | #!/bin/sh |
2 | 2 |
|
3 | | -# POSIX shell script kit. |
| 3 | +# Unix shell script kit. |
4 | 4 | # |
5 | | -# POSIX shell script kit is a file of POSIX helper functions. |
| 5 | +# Unix shell script kit is a file of POSIX helper functions. |
6 | 6 | # |
7 | | -# The kit works for bash, zsh, dash, and many more Unix shells. |
| 7 | +# The kit works with POSIX shells, including bash, zsh, dash, ksh, sh, etc. |
8 | 8 | # |
9 | | -# You simply download the kit file, then source it in your script. |
10 | | -# |
11 | | -# Constructive feedback is welcome and appreciated. |
| 9 | +# All suggestions are welcome and appreciated. |
12 | 10 | # |
13 | 11 | # ## Download |
14 | 12 | # |
15 | | -# To download the POSIX shell script kit file: |
| 13 | +# Download the kit as one file that has everything: |
16 | 14 | # |
17 | 15 | # ```sh |
18 | | -# curl -O "https://raw.githubusercontent.com/SixArm/posix-shell-script-kit/main/posix-shell-script-kit" |
| 16 | +# curl -O "https://raw.githubusercontent.com/SixArm/unix-shell-script-kit/main/unix-shell-script-kit" |
19 | 17 | # ``` |
20 | 18 | # |
21 | 19 | # ## Source |
22 | 20 | # |
23 | 21 | # To use the kit in your own script, you source the kit like this: |
24 | 22 | # |
25 | 23 | # ```sh |
26 | | -# . /your/path/here/posix-shell-script-kit |
| 24 | +# . /your/path/here/unix-shell-script-kit |
27 | 25 | # ``` |
28 | 26 | # |
29 | 27 | # To use the kit in your own script, in the same directory, you source the kit like this: |
30 | 28 | # |
31 | 29 | # ```sh |
32 | | -# . "$(dirname "$(readlink -f "$0")")/posix-shell-script-kit" |
| 30 | +# . "$(dirname "$(readlink -f "$0")")/unix-shell-script-kit" |
33 | 31 | # ``` |
34 | 32 | # |
35 | 33 | # ## Tracking |
36 | 34 | # |
37 | | -# * Package: posix-shell-script-kit |
38 | | -# * Version: 11.1.0 |
| 35 | +# * Package: unix-shell-script-kit |
| 36 | +# * Version: 12.0.0 |
39 | 37 | # * Created: 2017-08-22T00:00:00Z |
40 | 38 | # * Updated: 2023-04-04T23:36:31Z |
41 | 39 | # * License: GPL-2.0 or GPL-3.0 or contact us for more |
42 | | -# * Website: https://github.com/sixarm/posix-shell-script-kit |
| 40 | +# * Website: https://github.com/sixarm/unix-shell-script-kit |
43 | 41 | # * Contact: Joel Parker Henderson (joel@sixarm.com) |
44 | 42 |
|
45 | 43 | ## |
|
0 commit comments