9 lines
250 B
Markdown
9 lines
250 B
Markdown
# process_example.fun — overview
|
|
|
|
What it shows
|
|
- Spawning and capturing subprocess output; simple process management.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/process_example.fun
|
|
- Or: fun examples/process_example.fun
|