File: json

package info (click to toggle)
j2cli 0.3.12b-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 368 kB
  • sloc: python: 516; makefile: 30; sh: 14; xml: 2
file content (4 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (4)
1
2
3
4
#!/bin/sh

j2 -f json debian/tests/files/nginx.j2 debian/tests/files/nginx.json > /tmp/nginx.conf
diff /tmp/nginx.conf debian/tests/files/nginx.conf