aboutsummaryrefslogtreecommitdiffstats
path: root/cron-sh/Makefile
blob: 2f75459bfe0660ef2e468dad1c195053cc1e4634 (plain)
1
2
3
4
5
6
all:
	for f in *.sh; do bash -n $$f || exit 1; done

install:
	mkdir -p /etc/security/msec/cron-sh
	cp *.sh /etc/security/msec/cron-sh