1#!/bin/bash
2
3rm -f smatch_db.sqlite
4
5./build_smatch_db.sh $*
6../smatch $*
7
8rm smatch_db.sqlite
9
10