devops
Wait for user input a period of time and continue with script execution if none is supplied
When doing devops work one of the many responsibilities you might have is creation of various installation or deployment scripts. They can be created in any scripting language, starting from the standard bash script to various server side languages (Perl, Python, PHP, etc…). For this example we are going to Read more…