1
0
mirror of https://github.com/danog/learn-bash.git synced 2024-11-26 11:54:39 +01:00
Go to file
2015-05-29 18:02:01 +02:00
learn.sh Added auto-update 2015-05-29 18:02:01 +02:00
LICENSE Initial commit 2015-05-29 17:45:47 +02:00
README.md Update README.md 2015-05-29 17:52:30 +02:00

learn-bash

Script to learn bash scripting.

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