1
0
mirror of https://github.com/danog/learn-bash.git synced 2024-11-30 04:19:06 +01:00
learn-bash/README.md

25 lines
490 B
Markdown
Raw Normal View History

2015-05-29 17:45:47 +02:00
# learn-bash
2015-05-29 17:52:30 +02:00
Script to learn bash scripting.
2015-09-30 19:37:39 +02:00
[![Build Status](https://travis-ci.org/danog/learn-bash.svg?branch=master)](https://travis-ci.org/danog/learn-bash)
2015-05-29 17:52:30 +02:00
This project is licensed under the GPLv3 license.
2015-09-30 16:32:37 +02:00
To install this script run the following command on any Linux/Unix system, including Mac OS X and iOS.
2015-05-29 17:52:30 +02:00
```
wget http://daniilgentili.magix.net/learn.sh && chmod +x learn.sh
```
And execute the script with this command:
```
./learn.sh
```
Happy learning!
Daniil Gentili