2014-12-24 15:38:57 +00:00
|
|
|
# ChristBASHTree
|
|
|
|
|
|
|
|
You know, a Christmas tree on Bash :)
|
|
|
|
|
|
|
|
# Usage
|
|
|
|
|
2014-12-24 15:46:45 +00:00
|
|
|
Via cURL:
|
2014-12-24 15:38:57 +00:00
|
|
|
|
2014-12-24 15:46:45 +00:00
|
|
|
```
|
|
|
|
# English version
|
|
|
|
curl https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-EN.sh | bash
|
|
|
|
|
|
|
|
# Spanish version
|
|
|
|
curl https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-ES.sh | bash
|
|
|
|
```
|
|
|
|
|
|
|
|
Via Wget:
|
|
|
|
|
|
|
|
```
|
|
|
|
# English version
|
|
|
|
wget -qO- https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-EN.sh | bash
|
|
|
|
|
|
|
|
# Spanish version
|
|
|
|
wget -qO- https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-ES.sh | bash
|
|
|
|
```
|
|
|
|
|
|
|
|
Git clone and execute:
|
|
|
|
|
|
|
|
```
|
|
|
|
git clone https://github.com/sergiolepore/ChristBASHTree.git && cd ./ChristBASHTree && bash tree-EN.sh
|
|
|
|
```
|
|
|
|
|
|
|
|
__Enjoy!__
|