File: run-compare-examples.sh

package info (click to toggle)
libfyaml 0.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,684 kB
  • sloc: ansic: 51,709; asm: 8,692; sh: 1,185; makefile: 545; python: 24
file content (8 lines) | stat: -rwxr-xr-x 114 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/bash

for i in $*; do
	echo "checking: $i"
	./run-compare-scan.sh $i
	./run-compare-parse.sh $i
	echo
done