logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git

true.sh (265B)


  1. #!/bin/sh
  2. # SPDX-FileCopyrightText: 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  3. # SPDX-License-Identifier: 0BSD
  4. target="$(dirname "$0")/../cmd/true"
  5. plans=3
  6. . "$(dirname "$0")/tap.sh"
  7. t basic '' ''
  8. t nohelp '--help' ''
  9. t noversion '--version' ''