mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-21 22:29:50 -04:00
4 lines
53 B
Text
4 lines
53 B
Text
|
|
#!/bin/sh
|
||
|
|
cd `dirname -- $0` || exit 1
|
||
|
|
rm -Rf .build
|