14 lines
293 B
Bash
Executable File
14 lines
293 B
Bash
Executable File
#!/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>
|
|
|
|
|
|
# we're doing nothing here as the polling is external
|
|
exit 0
|
|
|
|
|
|
# vim:ft=sh
|