Browse code

script.sh - v3 - Structure added

Fred authored on01/03/2015 17:01:11
Showing1 changed files
... ...
@@ -1,6 +1,48 @@
1 1
 #!/bin/bash
2
-#title:
3
-#version: 
4
-#author: Fédéric CHEVALIER
5
-#created in:
6
-#modified in:
2
+# Title:
3
+# Version:
4
+# Author: Frédéric CHEVALIER <f15.chevalier@gmail.com>
5
+# Created in:
6
+# Modified in:
7
+# License : GPL v3
8
+
9
+
10
+
11
+#======#
12
+# Aims #
13
+#======#
14
+
15
+#
16
+
17
+
18
+
19
+#==========#
20
+# Versions #
21
+#==========#
22
+
23
+#
24
+
25
+
26
+
27
+#==============#
28
+# Dependencies #
29
+#==============#
30
+
31
+#
32
+
33
+
34
+
35
+#==========================#
36
+# Declaration of variables #
37
+#==========================#
38
+
39
+
40
+
41
+
42
+
43
+#============#
44
+# Processing #
45
+#============#
46
+
47
+
48
+exit 0