Changeset 199 for nutchez-0.2/src
- Timestamp:
- Jun 17, 2010, 11:04:55 AM (14 years ago)
- Location:
- nutchez-0.2/src/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
nutchez-0.2/src/test/install
r198 r199 1 1 #!/bin/bash 2 # 語言的選擇 3 # source ./language_choise.sh 4 # 匯入功能函數 5 source ./install_func.sh 6 #source ./client_install_func.sh 7 source ./install_lang.zh 2 # 8 3 4 # 變數宣告 9 5 Work_Path="./" 10 6 Work_Path_J=0 … … 17 13 18 14 # Source functions 19 source $Work_Path/client_install_func.sh 15 source $Work_Path/install_func.sh 16 source $Work_Path/install_lang.zh 20 17 ### real code ##### 21 18 -
nutchez-0.2/src/test/install_func.sh
r195 r199 1 1 #!/bin/bash 2 source install_lang2 source $Work_Path/install_lang 3 3 ####### garbage here ############# 4 4 function mainFunction ( )
Note: See TracChangeset
for help on using the changeset viewer.