mirror of
https://github.com/Icinga/icinga2.git
synced 2025-05-10 17:40:19 +02:00
4 lines
53 B
Bash
Executable File
4 lines
53 B
Bash
Executable File
#!/bin/sh
|
|
cd `dirname -- $0` || exit 1
|
|
rm -Rf .build
|