Subversion Repositories vgwhois

Rev

Rev 2 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 5
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
 
2
 
3
#
3
#
4
#  generic Whois - Automatic Pattern Generator: Whois Ping Cronjob
4
#  VWhois (ViaThinkSoft WHOIS, a fork of generic Whois / gwhois)
-
 
5
#  Maintenance / Developer utilities
5
#
6
#
6
#  (c) 2012-2014 Daniel Marschall, ViaThinkSoft [www.viathinksoft.de]
7
#  (c) 2012-2019 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
7
#
8
#
8
#  Distribution, usage etc. pp. regulated by the current version of GPL.
9
#  License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
9
#
-
 
10
#
-
 
11
#  Version 2014-04-08
-
 
12
#
10
#
13
 
11
 
14
DIR=$( dirname "$0" )
12
DIR=$( dirname "$0" )
15
 
13
 
16
"$DIR"/whoisping >& /dev/null
14
"$DIR"/whoisping >& /dev/null