File: smoke-cleanup

package info (click to toggle)
libmongodb-perl 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,316 kB
  • sloc: perl: 12,983; makefile: 22; sh: 11
file content (6 lines) | stat: -rwxr-xr-x 106 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/sh

set -e

[ ! -s $TDIR/mongo.pid ] || /bin/kill `cat $TDIR/mongo.pid` || true
rm -rf $TDIR/build