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

9 lines
86 B
Markdown
Raw Normal View History

2018-05-15 10:52:56 +02:00
Subshell:
```
(
set -e
false
echo Unreachable
) && echo Great success
```