Added link to Introduction section (#1854)
Added Bash Hackers Wiki link to the Introduction section, as this is just as useful as the other two.
This commit is contained in:
parent
3a367c969c
commit
05b5e05d09
1
bash.md
1
bash.md
|
@ -25,6 +25,7 @@ This is a quick reference to getting started with Bash scripting.
|
||||||
|
|
||||||
- [Learn bash in y minutes](https://learnxinyminutes.com/docs/bash/) _(learnxinyminutes.com)_
|
- [Learn bash in y minutes](https://learnxinyminutes.com/docs/bash/) _(learnxinyminutes.com)_
|
||||||
- [Bash Guide](http://mywiki.wooledge.org/BashGuide) _(mywiki.wooledge.org)_
|
- [Bash Guide](http://mywiki.wooledge.org/BashGuide) _(mywiki.wooledge.org)_
|
||||||
|
- [Bash Hackers Wiki](https://wiki.bash-hackers.org) _(wiki.bash-hackers.org)_
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue