Переглянути джерело

message explaining what you have done. Fixes issue #issue_number

leandro@texel 7 роки тому
батько
коміт
c1d03d6e4a

+ 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