File: output-json

package info (click to toggle)
lsdvd 0.21-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 568 kB
  • sloc: sh: 1,398; ansic: 1,342; makefile: 60; xml: 23
file content (11 lines) | stat: -rwxr-xr-x 217 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

./lsdvd -Oj -x testsuite/dvd-pal.iso > testsuite/lsdvd-pal.json

jq . < testsuite/lsdvd-pal.json

./lsdvd -Oj -x testsuite/dvd-ntsc.iso > testsuite/lsdvd-ntsc.json

jq . < testsuite/lsdvd-ntsc.json