...

Text file src/github.com/alecthomas/chroma/v2/bin/chromad

Documentation: github.com/alecthomas/chroma/v2/bin

     1#!/bin/bash
     2
     3set -euo pipefail
     4
     5(cd cmd/chromad ; go build -o $TMPDIR/chromad .) && exec $TMPDIR/chromad "$@"

View as plain text