File: api.sh

package info (click to toggle)
kshutdown 2.0beta9-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,232 kB
  • ctags: 432
  • sloc: cpp: 3,241; sh: 197; makefile: 5
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