File: smoke-cleanup

package info (click to toggle)
libmongodb-perl 2.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,292 kB
  • sloc: perl: 14,421; python: 299; makefile: 20; 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