Skip to content
/ tcrdd Public
forked from FaustXVI/tcrdd

Tool to do TCR while keeping a red step

Notifications You must be signed in to change notification settings

Hyzual/tcrdd

 
 

Repository files navigation

Install

{ pkgs ? import <nixpkgs> {}}:

pkgs.callPackage (pkgs.fetchFromGitHub {
  owner = "FaustXVI";
  repo = "tcrdd";
  fetchSubmodules = true;
  rev= "...";
  sha256 = "...";
}) {}

Usage

tcrdd.sh [options...] testCommand [arguments...]

Please type tcrdd.sh -h for an up-to-date list of options.

About

Tool to do TCR while keeping a red step

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 96.9%
  • Nix 3.1%