瀏覽代碼

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!"
+}