logo

utils

~/.local/bin tools and git-hooks git clone https://hacktivis.me/git/utils.git
commit: 65449f6f8436ecf585e5ea3952bcdf7216629b5f
parent bba23e2015489505ab27fdb8d0f3750742ca0f83
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 13 Feb 2022 00:36:36 +0100

bin/false.1: Create

Diffstat:

Abin/false.118++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/bin/false.1 b/bin/false.1 @@ -0,0 +1,18 @@ +.\" Collection of Unix tools, comparable to coreutils +.\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me> +.\" SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only +.Dd 2022-02-13 +.Dt FALSE 1 +.Os +.Sh NAME +.Nm false +.Nd do nothing, unsuccessfully +.Sh SYNOPSIS +.Nm +.Sh DESCRIPTION +.Nm +will return with exit status code one. +.Sh EXIT STATUS +One. +.Sh AUTHORS +.An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me