README fix
This commit is contained in:
parent
e3d73e94bf
commit
48ae43dad3
|
@ -30,13 +30,13 @@ klips/
|
||||||
│ ├ ─ └
|
│ ├ ─ └
|
||||||
```
|
```
|
||||||
|
|
||||||
###Scripts
|
### Scripts
|
||||||
|
|
||||||
I write these scripts for my own use, and you may need to tweak them slightly to suit your needs.
|
I write these scripts for my own use, and you may need to tweak them slightly to suit your needs.
|
||||||
|
|
||||||
Never run a script you can't read or understand. Comments can be found in the scripts, usually explaining them block-by-block. Below is my personal use cases for the scripts, to provide further insight into how I use them and how they might be useful to you.
|
Never run a script you can't read or understand. Comments can be found in the scripts, usually explaining them block-by-block. Below is my personal use cases for the scripts, to provide further insight into how I use them and how they might be useful to you.
|
||||||
|
|
||||||
####cmake-build.sh
|
#### cmake-build.sh
|
||||||
|
|
||||||
I usually run this script within whatever directory I'm working in, hence the infinite loop, I leave the script running until I'm done with my work and move to a new directory / cmake project.
|
I usually run this script within whatever directory I'm working in, hence the infinite loop, I leave the script running until I'm done with my work and move to a new directory / cmake project.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue