#!/bin/bash# update all files from the dsa nagios git
findcheckssbinshareetc-typef|whilereadi;dotmp=`mktemp`ifwget-O"${tmp}""https://salsa.debian.org/dsa-team/mirror/dsa-nagios/raw/master/dsa-nagios-checks/${i}";thenmv"${tmp}""$i"elserm-f"${tmp}"fidone
chmod755sbin/*