File: comp.sh

package info (click to toggle)
golang-github-xo-terminfo 0.0~git20210125.ca9a967-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 256 kB
  • sloc: sh: 50; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 150 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/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