File: no-setup.run.sh

package info (click to toggle)
firehol 3.1.6%2Bds-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,400 kB
  • sloc: sh: 20,836; makefile: 823; perl: 553; sed: 12
file content (10 lines) | stat: -rwxr-xr-x 103 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

$kcov $script
status=$?
if [ $status -eq 0 ]
then
  exit 0
fi
echo "Status: $status"
exit 1