mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-02 14:17:18 +00:00
added chipotle burrito bowl!
This commit is contained in:
parent
57b5d0b5ce
commit
38a7c7e66a
3 changed files with 23 additions and 0 deletions
|
@ -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
9
chipotle-bowl/install
Normal 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
8
chipotle-bowl/uninstall
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
function eat
|
||||
{
|
||||
rm "$@"
|
||||
}
|
||||
|
||||
eat *
|
Loading…
Add table
Reference in a new issue