Add A record for the following website:
git.example.comforum.example.com
And add email redirection for these emails:
Add A record for the following website:
git.example.comforum.example.comAnd add email redirection for these emails:
| #!/bin/bash | |
| # dontforget | |
| # | |
| # A stupid script for short term reminders in bash | |
| # | |
| # Arguments just need to contain a number and a bunch of words. | |
| # | |
| # The number can be anywhere in the arguments, but there shouldn't | |
| # be any other numeric digits. | |
| # |