|
|
|
## cl-camp4
|
|
|
|
|
|
|
|
### Instructions
|
|
|
|
|
|
|
|
"someone familiar"
|
|
|
|
|
|
|
|
Create a file `myfamily.sh`, which will show a subject's family (key: relatives).
|
|
|
|
|
|
|
|
- The quotes have to be removed.
|
|
|
|
|
|
|
|
- The subject will be decided depending on his ID which will be contained in the environment variable HERO_ID.
|
|
|
|
|
|
|
|
* Where to look : https://((DOMAIN))/assets/superhero/all.json
|
|
|
|
|
|
|
|
* What to use : curl, jq and others...
|
|
|
|
|
|
|
|
### Usage
|
|
|
|
|
|
|
|
```console
|
|
|
|
$ export HERO_ID=1
|
|
|
|
$ ./myfamily.sh
|
|
|
|
Marlo Chandler-Jones (wife); Polly (aunt); Mrs. Chandler (mother-in-law); Keith Chandler, Ray Chandler, three unidentified others (brothers-in-law); unidentified father (deceased); Jackie Shorr (alleged mother; unconfirmed)
|
|
|
|
$
|
|
|
|
```
|