mirror of
https://github.com/Xe/xn--ts9h
synced 2024-11-14 13:17:06 +00:00
add manpage
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
a8d400bdc7
commit
9034c2ceab
2 changed files with 40 additions and 0 deletions
|
@ -9,6 +9,9 @@ edition = "2021"
|
||||||
[package.metadata.deb]
|
[package.metadata.deb]
|
||||||
assets = [
|
assets = [
|
||||||
["target/release/xn--ts9h", "usr/bin/🥺", "6755"],
|
["target/release/xn--ts9h", "usr/bin/🥺", "6755"],
|
||||||
|
["README.md", "usr/share/doc/xn--ts9h/README", "644"],
|
||||||
|
["LICENSE", "usr/share/doc/xn--ts9h/LICENSE", "644"],
|
||||||
|
["🥺.8", "usr/share/man/man8/🥺.8", "644"],
|
||||||
]
|
]
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
37
🥺.8
Normal file
37
🥺.8
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
.Dd January 19, 2023
|
||||||
|
.Dt 🥺 8 SMM
|
||||||
|
|
||||||
|
|
||||||
|
.Sh NAME
|
||||||
|
.Nm 🥺
|
||||||
|
.Nd A better replacement for sudo
|
||||||
|
|
||||||
|
|
||||||
|
.Sh SYNOPSIS
|
||||||
|
.Nm
|
||||||
|
.Op Ar program
|
||||||
|
.Op Ar args ...
|
||||||
|
|
||||||
|
|
||||||
|
.Sh DESCRIPTION
|
||||||
|
.Nm
|
||||||
|
runs any command you give it as root. This makes it a secure
|
||||||
|
.Xr sudo 8
|
||||||
|
replacement because it doesn't have any configuration files. This program
|
||||||
|
contains no unsafe code, thus making it secure.
|
||||||
|
|
||||||
|
|
||||||
|
.Sh IMPLEMENTATION NOTES
|
||||||
|
|
||||||
|
In order for
|
||||||
|
.Nm
|
||||||
|
to work, there is no authentication check. This may not be the best idea for
|
||||||
|
production servers.
|
||||||
|
|
||||||
|
.Sh EXAMPLES
|
||||||
|
|
||||||
|
.Li 🥺 id
|
||||||
|
|
||||||
|
|
||||||
|
.Sh AUTHORS
|
||||||
|
.An Xe Iaso Aq Mt me@xeiaso.net
|
Loading…
Reference in a new issue