2021-02-21 00:15:09 +00:00
|
|
|
#!/bin/bash
|
|
|
|
# File : poll.sh
|
|
|
|
# Author : Jeff LANCE <email@jefflance.me>
|
|
|
|
# Date : 10.02.2015
|
|
|
|
# Last Modified Date: 07.05.2020
|
|
|
|
# Last Modified By : Jeff LANCE <email@jefflance.me>
|
|
|
|
|
|
|
|
|
2021-03-01 21:41:37 +00:00
|
|
|
# we're doing nothing here as the polling is external
|
|
|
|
exit 0
|
2021-02-26 21:42:26 +00:00
|
|
|
|
2021-02-21 00:15:09 +00:00
|
|
|
|
|
|
|
# vim:ft=sh
|