1
0
Fork 0
forked from fun/fun
fun/web/documentation/examples/process_example.md

35 lines
697 B
Markdown

---
layout: page
published: true
noToc: true
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:
- documentation
- handbook
- installation
- usage
- introduction
- help
- guide
- howto
- docs
- specifications
- specs
- repl
---
# 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