warbo-utilities: 544bf77606a15c08c56319bf0bcf3fffb15f9335

     1: { bash, git, jq, raw, wrap }:
     2: 
     3: wrap {
     4:   name = "trackGit";
     5:   file = raw."trackGit.sh";
     6:   paths = [ bash git jq ];
     7: }

Generated by git2html.