소스 검색

I have modified the greetings.sh script to say hello in flemmish

Sylvain Marchi 3 년 전
부모
커밋
8a8b7ee587
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      project/linux/functions/greetings.sh

+ 3 - 0
project/linux/functions/greetings.sh

@@ -17,3 +17,6 @@
 function say_hello() {
 	echo "Add same function for your language below..."
 }
+function hallo_zeggen(){
+	echo "Ik zeg hallo!"
+}