DEBSOURCES
Skip Quicknav
sources / golang-github-xo-terminfo / 0.0~git20210125.ca9a967-1 / cmd / infocmp / comp.sh
1234567891011
#!/bin/bash set -e NAME=$1 TERM=$NAME infocmp -1 -L -x > a.txt go build && TERM=$NAME ./infocmp > b.txt $HOME/src/misc/icdiff/icdiff a.txt b.txt