mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 00:41:59 +01:00
3c57d5fec7
Signed-off-by: Janos SUTO <sj@acts.hu>
13 lines
225 B
Bash
Executable File
13 lines
225 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -o errexit
|
|
set -o pipefail
|
|
|
|
export PATH=$PATH:/usr/libexec/piler:/usr/local/libexec/piler
|
|
|
|
pushd /var/piler/imap
|
|
|
|
[[ "${FLOCKER}" != "$0" ]] && exec env FLOCKER="$0" flock -en "$0" "$0" "$@"
|
|
|
|
imapfetch.py -i
|