File: api.sh

package info (click to toggle)
kshutdown 4.2-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 1,676 kB
  • sloc: cpp: 6,827; sh: 363; 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