logo

utils

~/.local/bin tools and git-hooks git clone https://hacktivis.me/git/utils.git

true.1 (438B)


  1. .\" Collection of Unix tools, comparable to coreutils
  2. .\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  3. .\" SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
  4. .Dd 2022-02-13
  5. .Dt TRUE 1
  6. .Os
  7. .Sh NAME
  8. .Nm true
  9. .Nd do nothing, successfully
  10. .Sh SYNOPSIS
  11. .Nm
  12. .Sh DESCRIPTION
  13. .Nm
  14. will return with exit status code zero.
  15. .Sh EXIT STATUS
  16. Zero.
  17. .Sh AUTHORS
  18. .An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me