mirror of
https://github.com/Icinga/icinga2.git
synced 2026-03-01 04:50:51 -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
|