repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git]
/
email-reminder
/
email-reminder.sh
blob
729e0986e16bd357652234609f08826842ff0d64
1
#!/bin/sh
2
COLLECT_SCRIPT
=/
usr
/
bin
/
perlbin
/
vendor
/
collect-reminders
3
SEND_SCRIPT
=/
usr
/
bin
/
perlbin
/
vendor
/
send-reminders
4
5
if
[
-x
"
$COLLECT_SCRIPT
"
-a -x
"
$SEND_SCRIPT
"
];
then
6
$COLLECT_SCRIPT
7
su
-
email-reminder
-c
$SEND_SCRIPT
8
fi