dotfiles/conf.d/astroid/poll.sh
2021-03-01 22:41:37 +01:00

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