diff options
author | Isaac Virshup <ivirshup@gmail.com> | 2016-09-16 17:53:18 +1000 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2016-09-16 09:53:18 +0200 |
commit | 527eab7108f4b5587f4a4afd9dad53ef0de2c565 (patch) | |
tree | d287a4d3c7236a0b4a53695bdd3473c12c76998b /bash.html.markdown | |
parent | f835be4f02a6a855d4ade9f296fa29aaa71b647e (diff) |
[bash/en] Remove link unavailable resource (#2372) (#2373)
Link pointed to a book which was not released. Fixes #2372.
Diffstat (limited to 'bash.html.markdown')
-rw-r--r-- | bash.html.markdown | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bash.html.markdown b/bash.html.markdown index b1a14bdb..c5260915 100644 --- a/bash.html.markdown +++ b/bash.html.markdown @@ -23,8 +23,6 @@ Nearly all examples below can be a part of a shell script or executed directly i [Read more here.](http://www.gnu.org/software/bash/manual/bashref.html) -Another recommened link: [The Command Line Crash Course](http://cli.learncodethehardway.org/book/) - ```bash #!/bin/bash # First line of the script is shebang which tells the system how to execute |