Browse Source

docs(plus): remove cat -e

pull/1704/head
eslopfer 1 year ago
parent
commit
b236264e84
  1. 4
      subjects/devops/plus/README.md

4
subjects/devops/plus/README.md

@ -7,8 +7,8 @@ In this exercise, you will make a script `plus.sh` that will take two arguments
### Usage
```console
$ ./plus.sh 2 3 | cat -e
5$
$ ./plus.sh 2 3
5
$
```

Loading…
Cancel
Save