We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac1e1d commit eaa926fCopy full SHA for eaa926f
README.md
@@ -24,13 +24,13 @@ The following features are supported:
24
To run the generator you simply execute the command below from your terminal:
25
26
```
27
-curl -Ls http://bit.ly/generate-bash-script | sh > ScriptFilename.sh
+curl -Ls http://bit.ly/generate-bash-script | bash > ScriptFilename.sh
28
29
30
Or to customize your generated script, execute this command instead:
31
32
33
-curl -Ls http://bit.ly/generate-bash-script | sh -s -- -n ScriptName -v ScriptVer -c yes > ScriptFilename.sh
+curl -Ls http://bit.ly/generate-bash-script | bash -s -- -n ScriptName -v ScriptVer -c yes > ScriptFilename.sh
34
35
36
The generator script has the following options:
0 commit comments