Skip to content

Commit 2e95efd

Browse files
Rephrase intro help
1 parent 35ec3c9 commit 2e95efd

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# POSIX shell script kit
22

3-
The POSIX shell script kit is one file of helper functions and constants.
3+
POSIX shell script kit is a file of POSIX helper functions.
44

5-
These work for bash, zsh, ksh, dash, sh, and any other modern POSIX shell.
5+
You simply download the kit file, then source it in your script.
66

7-
You can include this file in your own scripts, or copy anything you want.
7+
The kit works for bash, zsh, dash, and many other modern Unix shells.
88

9-
This file is free libre open source software, created by SixArm.
9+
The kit is free libre open source software, created by SixArm.
1010

1111
Constructive feedback is welcome and appreciated.
1212

13+
## Usage
14+
1315
To download this file:
1416

1517
```sh

posix-shell-script-kit

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,18 @@
22

33
# POSIX shell script kit.
44
#
5-
# The POSIX shell script kit is one file of helper functions and constants.
5+
# POSIX shell script kit is a file of POSIX helper functions.
66
#
7-
# These work for bash, zsh, ksh, dash, sh, and any other modern POSIX shell.
7+
# You simply download the kit file, then source it in your script.
88
#
9-
# You can include this file in your own scripts, or copy anything you want.
9+
# The kit works for bash, zsh, dash, and many other modern Unix shells.
1010
#
11-
# This file is free libre open source software, created by SixArm.
11+
# The kit is free libre open source software, created by SixArm.
1212
#
1313
# Constructive feedback is welcome and appreciated.
1414
#
15+
# ## Usage
16+
#
1517
# To download this file:
1618
#
1719
# ```sh

0 commit comments

Comments
 (0)