Subversion Repositories vgwhois

Rev

Rev 5 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
#!/bin/bash
2
 
3
#
4
#  generic Whois - Automatic Pattern Generator: Whois Ping Cronjob
5
#
6
#  (c) 2012-2014 Daniel Marschall, ViaThinkSoft [www.viathinksoft.de]
7
#
8
#  Distribution, usage etc. pp. regulated by the current version of GPL.
9
#
10
#
11
#  Version 2014-04-08
12
#
13
 
14
DIR=$( dirname "$0" )
15
 
16
"$DIR"/whoisping >& /dev/null
17
 
18
"$DIR"/showerrors >& /dev/null