1
0
mirror of https://github.com/danog/learn-bash.git synced 2024-11-26 11:54:39 +01:00
Go to file
2016-01-01 14:25:19 +01:00
debian Welcome 2016! 2016-01-01 14:25:19 +01:00
jekyll Welcome 2016! 2016-01-01 14:25:19 +01:00
travis Fixed jekyll 2015-10-26 15:21:40 +01:00
.travis.yml trigger 2015-10-26 00:53:09 +01:00
enc.tar.gz.enc Added deb 2015-09-30 16:32:37 +02:00
Gemfile Added deb 2015-09-30 16:32:37 +02:00
Gemfile.lock Added deb 2015-09-30 16:32:37 +02:00
learn.sh Welcome 2016! 2016-01-01 14:25:19 +01:00
LICENSE Initial commit 2015-05-29 17:45:47 +02:00
README.md Update README.md 2015-10-26 19:47:52 +03:00

learn-bash

Script to learn bash scripting.

Build Status

This project is licensed under the GPLv3 license.

To install this script follow the following instructions on:

Debian-derived distros (Ubuntu, Linux mint, Bodhi Linux, etc.)

On debian-derived distros, execute this command to add my repo to your system:

sudo wget -q -O /etc/apt/sources.list.d/daniil.list http://dano.cu.cc/1IJrcd1 && wget -q -O - http://dano.cu.cc/1Aci9Qp | sudo apt-key add - && sudo apt-key adv --recv-keys --keyserver keys.gnupg.net 72B97FD1D9672C93 && sudo apt-get update

You should see an OK if the operation was successful.

And this command to install the script.

sudo apt-get update; sudo apt-get -y install learn-bash

And execute the script with this command:

learn.sh

Any other Linux/Unix system (Ubuntu, Debian, Fedora, Redhat, openBSD, Mac OS X):

Execute this command to install the script:

wget http://daniilgentili.magix.net/learn.sh -O learn.sh || curl -L http://daniilgentili.magix.net/learn.sh -o learn.sh; chmod +x learn.sh

And execute the script with this command:

./learn.sh

iOS:

Jailbreak your device, add the following repo to Cydia,

http://repo.daniil.it

... and install mobileterminal and learn-bash.

Run with learn.sh in mobileterminal.

Happy learning! Daniil Gentili