Update cheatsheets

This commit is contained in:
ivuorinen
2026-02-21 00:26:53 +00:00
parent d1fa360568
commit fac4aab4b1
15 changed files with 93 additions and 24 deletions

View File

@@ -25,6 +25,6 @@ source: https://github.com/tldr-pages/tldr.git
`watchexec {{[-r|--restart]}} --stop-signal {{SIGKILL}} {{my_server}}`
- Restart the execution of a command when any Java source file in the current directory changes, sending `SIGKILL` and only checking for updates every `n`ms:
- Restart the execution of a command when any Java source file in the current directory changes, sending `SIGKILL` and only checking for updates every `10000` ms:
`watchexec {{[-r|--restart]}} --stop-signal {{SIGKILL}} --poll {{10000}} {{[-e|--exts]}} {{java}} {{command}}`
`watchexec {{[-r|--restart]}} --stop-signal {{SIGKILL}} --poll 10000 {{[-e|--exts]}} {{java}} {{command}}`