File: api.sh

package info (click to toggle)
kshutdown 4.0-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,692 kB
  • ctags: 791
  • sloc: cpp: 6,662; sh: 328; makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 121 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

if [ ! -f "./tools/api.sh" ]; then
	echo "Usage: ./tools/`basename $0`"
	exit 1
fi

rm -rf API.tmp

doxygen