mirror of https://github.com/01-edu/public.git
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.
382 B
382 B
to-git-or-not-to-git
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
The output should be exactly like the example below:
$ bash to-git-or-not-to-git.sh
Chameleon
28
Male
$