Skip to content

Commit eaa926f

Browse files
authored
Fixed the running example to use bash
1 parent 0ac1e1d commit eaa926f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ The following features are supported:
2424
To run the generator you simply execute the command below from your terminal:
2525

2626
```
27-
curl -Ls http://bit.ly/generate-bash-script | sh > ScriptFilename.sh
27+
curl -Ls http://bit.ly/generate-bash-script | bash > ScriptFilename.sh
2828
```
2929

3030
Or to customize your generated script, execute this command instead:
3131

3232
```
33-
curl -Ls http://bit.ly/generate-bash-script | sh -s -- -n ScriptName -v ScriptVer -c yes > ScriptFilename.sh
33+
curl -Ls http://bit.ly/generate-bash-script | bash -s -- -n ScriptName -v ScriptVer -c yes > ScriptFilename.sh
3434
```
3535

3636
The generator script has the following options:

0 commit comments

Comments
 (0)