added chipotle burrito bowl!

This commit is contained in:
Yan 2016-01-12 15:05:09 -08:00
parent 57b5d0b5ce
commit 38a7c7e66a
3 changed files with 23 additions and 0 deletions

View file

@ -75,6 +75,12 @@ There are also some installers for non-CTF stuff to break the monotony!
|----------|------|-------------|
| game | [Dwarf Fortress](http://www.bay12games.com/dwarves/) | Something to help you relax after a CTF! | <!--tool-->
And some helpers on tasty meals!
| Category | Tool | Description |
|----------|------|-------------|
| meal (restaraunt) | [Chipotle Burrito Bowl](https://order.chipotle.com) | A tasty meal! | <!--meal-->
## Usage
To use, do:

9
chipotle-bowl/install Normal file
View file

@ -0,0 +1,9 @@
#!/bin/bash -e
touch rice
touch black_beans
touch chicken
touch guacamole
touch jalopeños
touch pico
touch onions

8
chipotle-bowl/uninstall Normal file
View file

@ -0,0 +1,8 @@
#!/bin/bash -e
function eat
{
rm "$@"
}
eat *