1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/packages/app-cli/tests/enex_to_md/code2.md

9 lines
86 B
Markdown

Subshell:
```
(
set -e
false
echo Unreachable
) && echo Great success
```