Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 328 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 328 Bytes

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.