pkgsrc-wip/ddocent/files/ddocent-assembly-test-cleanup

9 lines
165 B
Bash

#!/bin/sh -e
if pwd | fgrep dDocent-test; then
rm -rf .*.bak Data ddocent-bin
else
printf "$0 can only be run in a dDocent-test directory.\n"
exit 1
fi