lenoir 7 роки тому
батько
коміт
d8027d8dd8

+ 19 - 0
project/functions/greetings_latin.sh

@@ -0,0 +1,19 @@
+# Functions to deal with greetings
+#
+# Written by Domingo Manubens-Gil
+#
+# Barcelona Supercomputing Centre / Earth Sciences Department (BSC-ES)
+# Created: December 4, 2015
+# Adapted:
+
+#######################################
+# Say Hello in English
+# Globals:
+# Arguments: 
+# None
+# Returns:
+# None
+#######################################
+function say_hello() {
+	echo "Add same function for your language below..."
+}

+ 2 - 2
project/working_environment/env.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 
-git config --global user.name "My name"
-git config --global user.email "my_mail@uclouvain.be"
+git config --global user.name "lenoir"
+git config --global user.email "guillaume.lenoir@uclouvain.be"
 git config --global color.ui auto
 git config --global core.editor "vim"
 git config --global push.default simple