bash script header best practices
#!/bin/bash
########################
# Program Nmae: blabla Author: John Miller
# Description: The purpose of the script
#------
# Change log:
# Date Programmer Description
# 21.05.2018 Somebody Initial implementation
########################
########################
# Program Nmae: blabla Author: John Miller
# Description: The purpose of the script
#------
# Change log:
# Date Programmer Description
# 21.05.2018 Somebody Initial implementation
########################
Comments
Post a Comment