File: nbft-dump-diff.sh.in

package info (click to toggle)
libnvme 1.16.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,016 kB
  • sloc: ansic: 35,812; perl: 1,834; sh: 475; python: 194; cpp: 64; makefile: 55
file content (8 lines) | stat: -rwxr-xr-x 130 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ $# -ne 2 ]; then
  echo "Usage: $0 TABLE DIFF" >&2
  exit 255
fi

"@NBFT_DUMP_PATH@" "$1" | diff --unified "$2" -