Browse Source

message explaining what you have done. Fixes issue #issue_number

leandro@texel 7 years ago
parent
commit
c1d03d6e4a
3 changed files with 7 additions and 3 deletions
  1. 4 0
      project/functions/greetings.sh
  2. 1 1
      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_portuguese()
+	echo "Boa tarde a todos... esta calor quero ir a praia"
+}

+ 1 - 1
project/run.sh

@@ -5,4 +5,4 @@
 
 # Say Hello World
 echo "####### Hello World ! #######"
-say_hello
+say_hello_portuguese

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