You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
514 B

5 years ago
## who-are-you
5 years ago
### Instructions
"You just woke up in a dark alley...
You can not remember who you are...
4 years ago
The only thought that comes to your mind is a tag that says: `subject Id: 70`"
Create the file `who-are-you.sh` which will remind you who you are by showing your name only.
- Where to look : https://((DOMAIN))/assets/superhero/all.json
- What to use : `curl` and `jq`
- The output should be exactly like the example bellow but with the expected name
```console
$./who-are-you.sh | cat -e
"name"$
$
```