Initial commit
This commit is contained in:
13
README.md
Normal file
13
README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Domainwatcher #
|
||||
Domainwatcher is meant to be a simple way to keep track of your domains
|
||||
expiraion dates (so you don't miss to renew them).
|
||||
|
||||
## Usage ##
|
||||
Just fill the array ($domains) with all yours domain names and the run the
|
||||
script from a Bash-prompt (colors only work in Bash).
|
||||
If the domain has less days than the treshold ($warnLevel) the domain name will
|
||||
be marked in red, otherwise it will be marked in green. The script also prints
|
||||
out how many days each domain has left until expiration.
|
||||
|
||||
## Thanks ##
|
||||
The Color-class was found online at http://www.if-not-true-then-false.com/2010/php-class-for-coloring-php-command-line-cli-scripts-output-php-output-colorizing-using-bash-shell-colors/ so a thanks goes to 'If not true than false'.
|
||||
Reference in New Issue
Block a user