|
|
|
@ -6,13 +6,13 @@ Either use wget/curl to download the script and run it seperately like so:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
# wget -O printer.sh "https://link.gruelag.de/psh"
|
|
|
|
# wget -O printer.sh "https://link.gruelag.de/psh"
|
|
|
|
# bash printer.sh ...
|
|
|
|
# bash printer.sh <args>
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
or run it directly from the web (usually rather discouraged):
|
|
|
|
or run it directly from the web (usually rather discouraged):
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
# wget -qO- "https://link.gruelag.de/psh" | bash
|
|
|
|
# wget -qO- "https://link.gruelag.de/psh" | bash -s <args>
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
## Usage
|
|
|
|
|