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.

18 lines
382 B

## to-git-or-not-to-git
5 years ago
### Instructions
Write in a file `to-git-or-not-to-git.sh` the command that will show the `name`, `power` and `gender` of the superhero with the `id: 170`.
- Where to look : [superhero](<https://((DOMAIN))/assets/superhero/all.json>)
The output should be exactly like the example below:
```console
$ bash to-git-or-not-to-git.sh
Chameleon
28
Male
$
```