mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 15:24:09 +03:00
Link pointed to a book which was not released. Fixes #2372.
This commit is contained in:
parent
f835be4f02
commit
527eab7108
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user