Collect the following ingredients:
- 500ml (~2c) Water
- 15g (½oz) Cinchona Bark, powdered
- 8g (¼c) Dried Lemongrass
- 55g (¼c) Citric Acid
- 1g (½tsp, ~20) Allspice Berries
- 1.3g (½tsp, ~45) Cubeb Peppers
- 300g (1½c) Cane sugar¹
- Zest and juice from:
[ | |
{"group":"US (Common)", | |
"zones":[ | |
{"value":"America/Puerto_Rico","name":"Puerto Rico (Atlantic)"}, | |
{"value":"America/New_York","name":"New York (Eastern)"}, | |
{"value":"America/Chicago","name":"Chicago (Central)"}, | |
{"value":"America/Denver","name":"Denver (Mountain)"}, | |
{"value":"America/Phoenix","name":"Phoenix (MST)"}, | |
{"value":"America/Los_Angeles","name":"Los Angeles (Pacific)"}, | |
{"value":"America/Anchorage","name":"Anchorage (Alaska)"}, |
Collect the following ingredients:
#!/bin/bash | |
# Colors | |
RED='\033[0;31m' | |
GREEN='\033[0;32m' | |
NO_COLOR='\033[0m' | |
BLUE='\033[0;34m' | |
YELLOW='\033[0;33m' | |
NO_COLOR='\033[0m' |