Subversion Repositories vgwhois

Compare Revisions

No changes between revisions

Regard whitespace Rev 1 → Rev 2

/trunk/maintenance/qa-monitor/whois-ping/whoisping_cronrun
0,0 → 1,18
#!/bin/bash
 
#
# generic Whois - Automatic Pattern Generator: Whois Ping Cronjob
#
# (c) 2012-2014 Daniel Marschall, ViaThinkSoft [www.viathinksoft.de]
#
# Distribution, usage etc. pp. regulated by the current version of GPL.
#
#
# Version 2014-04-08
#
 
DIR=$( dirname "$0" )
 
"$DIR"/whoisping >& /dev/null
 
"$DIR"/showerrors >& /dev/null
Property changes:
Added: svn:executable
+*
\ No newline at end of property