celia hace 7 años
padre
commit
cb0fd80ee3
Se han modificado 3 ficheros con 7 adiciones y 2 borrados
  1. 4 0
      project/functions/greetings.sh
  2. 1 0
      project/run.sh
  3. 2 2
      project/working_environment/env.sh

+ 4 - 0
project/functions/greetings.sh

@@ -17,3 +17,7 @@
 function say_hello() {
 	echo "Add same function for your language below..."
 }
+
+function say_hello_Latin() {
+	echo "Salve munde!"
+}

+ 1 - 0
project/run.sh

@@ -6,3 +6,4 @@
 # Say Hello World
 echo "####### Hello World ! #######"
 say_hello
+say_hello_Latin

+ 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 "celia"
+git config --global user.email "celia.chaiban@uclouvain.be"
 git config --global color.ui auto
 git config --global core.editor "vim"
 git config --global push.default simple