mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 11:57:08 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Rebuild and test with `make` if any `.c` source files in the current directory change:
|
||||
|
||||
`{{ls *.c}} | entr {{'make && make test'}}`
|
||||
`{{ls *.c}} | entr '{{make && make test}}'`
|
||||
|
||||
- Send a `SIGTERM` to any previously spawned ruby subprocesses before executing `ruby main.rb`:
|
||||
|
||||
@@ -30,7 +30,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Rebuild the project if source files change, limiting output to the first few lines:
|
||||
|
||||
`{{find src/}} | entr -s {{'make | sed 10q'}}`
|
||||
`{{find src/}} | entr -s '{{make | sed 10q}}'`
|
||||
|
||||
- Launch and auto-[r]eload a Node.js server:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user