mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-03 20:40:17 -05:00
3 lines
53 B
Bash
Executable file
3 lines
53 B
Bash
Executable file
#!/bin/sh
|
|
cd `dirname -- $0` || exit 1
|
|
rm -Rf .build
|