docker-offlineimap/entrypoint.sh

7 lines
69 B
Bash

#!/bin/sh
while true; do
offlineimap
sleep 900
done