source: nutchez-0.2/src/test/install_func.sh @ 116

Last change on this file since 116 was 116, checked in by waue, 14 years ago

build a lang choise sample

  • Property svn:executable set to *
File size: 122 bytes
Line 
1#!/bin/bash
2source install_lang
3function mainFunction ( )
4{
5echo "$Good"
6}
7function braBraBra ( )
8{
9echo "$Bra_Bra_Bra"
10}
Note: See TracBrowser for help on using the repository browser.