mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2025-06-01 22:30:42 +00:00
Let's standardize on in-line links.
It may be a bit messy, but I also don't particularly enjoy the context switching that comes from scrolling back & forth in order to see if the links are still valid, or what is being linked to exactly, after a long break from the project.
This commit is contained in:
parent
9be08bb692
commit
0b79205fb1
@ -32,7 +32,7 @@ me) programs.
|
|||||||
|
|
||||||
## Goals
|
## Goals
|
||||||
|
|
||||||
Delete-key-friendly. I propose using [`main.sh`] as a base and removing the
|
Delete-key-friendly. I propose using [`main.sh`](./main.sh) as a base and removing the
|
||||||
parts you don't need, rather than introducing a ton of packages, includes, compilers, etc.
|
parts you don't need, rather than introducing a ton of packages, includes, compilers, etc.
|
||||||
|
|
||||||
Aiming for portability, I'm targeting Bash 3 (OSX still ships
|
Aiming for portability, I'm targeting Bash 3 (OSX still ships
|
||||||
@ -162,5 +162,3 @@ Please see the [FAQ.md](./FAQ.md) file.
|
|||||||
|
|
||||||
Copyright (c) 2013 Kevin van Zonneveld, [http://kvz.io](http://kvz.io)
|
Copyright (c) 2013 Kevin van Zonneveld, [http://kvz.io](http://kvz.io)
|
||||||
Licensed under MIT: [http://kvz.io/licenses/LICENSE-MIT](http://kvz.io/licenses/LICENSE-MIT)
|
Licensed under MIT: [http://kvz.io/licenses/LICENSE-MIT](http://kvz.io/licenses/LICENSE-MIT)
|
||||||
|
|
||||||
[main.sh]: ./main.sh
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user