updated readme

main
Jonas Lührig 2 years ago
parent dc7ff2e8ad
commit 08cd2c0912

@ -5,14 +5,14 @@ A small collection of useful commands not available out-of-the-box to manage CUP
Either use wget/curl to download the script and run it seperately like so: Either use wget/curl to download the script and run it seperately like so:
``` ```
# wget -O printer.sh "" # wget -O printer.sh "https://link.gruelag.de/psh"
# bash printer.sh ... # bash printer.sh ...
``` ```
or run it directly from the web (usually rather discouraged): or run it directly from the web (usually rather discouraged):
``` ```
# wget -O- "" | bash - # wget -qO- "https://link.gruelag.de/psh" | bash
``` ```
## Usage ## Usage

Loading…
Cancel
Save