[bash/en] Remove link unavailable resource (#2372) (#2373)

Link pointed to a book which was not released. Fixes #2372.
This commit is contained in:
Isaac Virshup 2016-09-16 17:53:18 +10:00 committed by ven
parent f835be4f02
commit 527eab7108

View File

@ -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) [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 ```bash
#!/bin/bash #!/bin/bash
# First line of the script is shebang which tells the system how to execute # First line of the script is shebang which tells the system how to execute