瀏覽代碼

Update to say_hello_espanol

Cecille Villanueva 8 年之前
父節點
當前提交
3a4cc04cc2
共有 3 個文件被更改,包括 6 次插入6 次删除
  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