We Recommend

bash Cookbook: Solutions and Examples for bash Users bash Cookbook: Solutions and Examples for bash Users
bash Cookbook teaches shell scripting the way Unix masters practice the craft. It presents a variety of recipes and tricks for all levels of shell programmers so that anyone can become a proficient user of the most common Unix shell -- the bash shell -- and cygwin or other popular Unix emulation packages.


Posted By

binarynomad on 10/15/07


Tagged

textmate template Bash sh


Versions (?)


Who likes this?

6 people have marked this snippet as a favorite

arcturus
sbbath
copyleft
fukami
leachypeachy
nimoyjohnson


BASH template


Published in: Bash 


  1. #!/bin/sh
  2. #####################################################################
  3. # Program:
  4. #####################################################################
  5. # Version:
  6. # Date:
  7. # Author:
  8. #
  9. # Notes:
  10. #
  11. #
  12. #
  13. #####################################################################
  14.  
  15. #--------------------------------------------------------------------
  16. # Setup Global Variables
  17. #--------------------------------------------------------------------
  18.  
  19.  
  20.  
  21. #--------------------------------------------------------------------
  22. # Test for prerequisites
  23. #--------------------------------------------------------------------
  24.  
  25.  
  26.  
  27. #--------------------------------------------------------------------
  28. # Do something
  29. #--------------------------------------------------------------------

Report this snippet 

You need to login to post a comment.