24 lines
564 B
Markdown
24 lines
564 B
Markdown
---
|
|
layout: page
|
|
published: true
|
|
noToc: false
|
|
noComments: false
|
|
noDate: false
|
|
title: Fun - process_example.fun — overview
|
|
subtitle: Documentation for process_example.fun — overview
|
|
description: Documentation for process_example.fun — overview
|
|
permalink: /documentation/examples/process_example/
|
|
lang: en
|
|
tags:
|
|
- example
|
|
- process_example
|
|
---
|
|
|
|
|
|
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
|