File: hb-diff

package info (click to toggle)
harfbuzz 12.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 100,084 kB
  • sloc: ansic: 77,785; cpp: 61,949; python: 4,961; xml: 4,651; sh: 426; makefile: 105
file content (9 lines) | stat: -rwxr-xr-x 219 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python3

from hb_test_tools import *
import sys, os

if len (sys.argv) < 2:
	sys.exit ("usage: %s FILES..." % sys.argv[0])

ZipDiffer.diff_files (FileHelpers.open_file_or_stdin (f) for f in sys.argv[1:])