mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-03 18:00:18 +00:00
34 lines
557 B
Markdown
34 lines
557 B
Markdown
---
|
|
title: Foo Bar
|
|
bin: foobar
|
|
homepage: https://example.com/foobar
|
|
tagline: To err is human, but to foobar...
|
|
---
|
|
|
|
<!--
|
|
- The first h1 is for README.md preview only and will be ignored
|
|
-->
|
|
|
|
# Foo Bar
|
|
|
|
<!--
|
|
- Everything before the first h1 is ignored
|
|
- Everything after that and before the first h2 is the description
|
|
-->
|
|
|
|
Foo Bar is a community-developed, commercially supported destruction system.
|
|
|
|
## Examples
|
|
|
|
Really mess something up
|
|
|
|
```bash
|
|
foobar my-file.txt
|
|
```
|
|
|
|
Mess up the entire volume, forcefully and recursively
|
|
|
|
```bash
|
|
foobar -rf /
|
|
```
|