14 lines
293 B
Bash
Raw Normal View History

2021-02-21 01:15:09 +01: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 22:41:37 +01:00
# we're doing nothing here as the polling is external
exit 0
2021-02-26 22:42:26 +01:00
2021-02-21 01:15:09 +01:00
# vim:ft=sh