Ver Fonte

voilà voilà

phuot há 7 anos atrás
pai
commit
232616b27a
3 ficheiros alterados com 6 adições e 2 exclusões
  1. 3 0
      project/functions/greetings.sh
  2. 1 0
      project/run.sh
  3. 2 2
      project/working_environment/env.sh

+ 3 - 0
project/functions/greetings.sh

@@ -17,3 +17,6 @@
 function say_hello() {
 	echo "Add same function for your language below..."
 }
+function say_hello_hawaiian() {
+	echo "Aroha e ao"
+}

+ 1 - 0
project/run.sh

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

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