]> git.pld-linux.org Git - projects/distfiles.git/blame - chmodd.sh
Check certificates when fetching files.
[projects/distfiles.git] / chmodd.sh
CommitLineData
62ee05b8
MM
1#!/bin/bash
2
3dir=/var/lib/dropin/dropin
4
c8766327 5inotifywait -m -q "$dir" --format '%f' -e create |
62ee05b8
MM
6while read file
7do
8 chmod g+r "$dir/$file"
9done
10
This page took 0.11176 seconds and 4 git commands to generate.