We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b563cc commit 9984188Copy full SHA for 9984188
zer0bin.1.gz
@@ -4,15 +4,17 @@
4
zer0bin \- A client for zer0b.in and other zer0bin instances
5
.SH SYNOPSIS
6
echo/cat content | zer0bin [--md] [--instance]
7
-.SH DESCRIPTION
8
-randompassword makes random passwords of any length using /dev/urandom
9
.SH OPTIONS
10
--instance: Change instance
+
11
--md: Toggle markdown mode
12
.SH EXAMPLE
13
$ echo "hello world" | zer0bin
14
$ cat /var/logs/prog.log | zer0bin # Text only
15
16
$ echo "other instance" | zer0bin --instance https://stepbro.voring.me
17
18
$ cat document.md | zer0bin --md # Markdown mode
19
.SH "SOURCE"
20
https://github.com/zer0bin-dev/client
0 commit comments