mirror of https://github.com/Icinga/icinga2.git
4 lines
53 B
Plaintext
4 lines
53 B
Plaintext
|
#!/bin/sh
|
||
|
cd `dirname -- $0` || exit 1
|
||
|
rm -Rf .build
|