mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 15:45:08 +00:00
Replace echo with printf that should be more portable
parent
5fcfc6a10c
commit
fe5b7506b3
@ -31,7 +31,7 @@ First example:
|
|||||||
```zsh
|
```zsh
|
||||||
cd /tmp; mkdir c; cd c
|
cd /tmp; mkdir c; cd c
|
||||||
git init # let coc.nvim know this is a project
|
git init # let coc.nvim know this is a project
|
||||||
echo '#include <stddef.h>\nint main() {}' > a.cc
|
printf '#include <stddef.h>\nint main() {}\n' > a.cc
|
||||||
nvim a.cc
|
nvim a.cc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user