8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
curl -LsS --output icinga2.spec~ "https://raw.githubusercontent.com/Icinga/icinga2/master/icinga2.spec"
|
||
|
|
||
|
diff -Nau icinga2.spec{,~}
|