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
@ -24,4 +24,4 @@ printer.sh rename <printer-name> <new-name> Renames a printer internally
printer.sh ren <printer-name> <new-name> Alias of 'rename' printer.sh ren <printer-name> <new-name> Alias of 'rename'
printer.sh clear-queue <printer-name> Clears the current queue of a printer printer.sh clear-queue <printer-name> Clears the current queue of a printer
printer.sh cq <printer-name> Alias of 'clear-queue' printer.sh cq <printer-name> Alias of 'clear-queue'
``` ```

Loading…
Cancel
Save