File: api.sh

package info (click to toggle)
kshutdown 3.0~beta4-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,528 kB
  • sloc: cpp: 4,353; sh: 291; 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