Specify interpreter

This commit is contained in:
xpetit 2021-07-01 19:37:23 +02:00
parent dd0b515691
commit 95e66a472b
No known key found for this signature in database
GPG Key ID: 97C60669182C17A5
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Submit your solution in the file `my_answer.sh` that will print it when executed
### Utilisation ### Utilisation
```console ```console
$ ./my_answer.sh | cat -e $ bash my_answer.sh | cat -e
John Doe$ John Doe$
$ $
``` ```