public/subjects/who-are-you/README.md

22 lines
513 B
Markdown
Raw Permalink Normal View History

2019-04-24 17:17:07 +00:00
## who-are-you
2019-04-24 17:06:54 +00:00
2019-04-24 17:17:07 +00:00
### Instructions
2019-04-24 17:06:54 +00:00
"You just woke up in a dark alley...
You can not remember who you are...
2020-09-18 16:58:07 +00:00
The only thought that comes to your mind is a tag that says: `subject Id: 70`"
2019-04-24 17:06:54 +00:00
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
2019-04-24 17:06:54 +00:00
2020-02-26 09:46:18 +00:00
- What to use : `curl` and `jq`
2023-04-11 07:07:07 +00:00
- The output should be exactly like the example below but with the expected name
```console
$./who-are-you.sh | cat -e
"name"$
$
```