Explorar el Código

Update to say_hello_espanol

Cecille Villanueva hace 8 años
padre
commit
3a4cc04cc2
Se han modificado 3 ficheros con 6 adiciones y 6 borrados
  1. 2 2
      project/functions/greetings.sh
  2. 2 2
      project/run.sh
  3. 2 2
      project/working_environment/env.sh

+ 2 - 2
project/functions/greetings.sh

@@ -14,6 +14,6 @@
 # Returns:
 # None
 #######################################
-function say_hello() {
-	echo "Add same function for your language below..."
+function say_hello_espanol() {
+	echo "¡Hola Mundo Hermoso!"
 }

+ 2 - 2
project/run.sh

@@ -4,5 +4,5 @@
 . functions/greetings.sh
 
 # Say Hello World
-echo "####### Hello World ! #######"
-say_hello
+echo "#######  Hello World! #######"
+say_hello_espanol

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