diff options
Diffstat (limited to 'old/skeletons/sh.hdr')
-rw-r--r-- | old/skeletons/sh.hdr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/old/skeletons/sh.hdr b/old/skeletons/sh.hdr new file mode 100644 index 0000000..ca0ad8a --- /dev/null +++ b/old/skeletons/sh.hdr @@ -0,0 +1,12 @@ +#! /bin/bash + +#---------------------------------------------------------------------------- +# +# File : <%= @filename %> +# Author : <%= @username %> <<%= @email %>> +# Date : <%= @now %> +# License : +# +<%= license '# '%> +# +#---------------------------------------------------------------------------- |