diff options
Diffstat (limited to 'clean.sh')
-rwxr-xr-x | clean.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clean.sh b/clean.sh new file mode 100755 index 0000000..977c5ab --- /dev/null +++ b/clean.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +set -eux + +rm -rf debian/*-config debian/*.debhelper debian/*.substvars |