1
0
mirror of https://github.com/danog/learn-bash.git synced 2024-12-02 17:27:59 +01:00
learn-bash/index.md

29 lines
515 B
Markdown
Raw Normal View History

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