Skip to content

Commit

Permalink
Subfeature #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Вася committed Oct 2, 2012
1 parent 1d0cd64 commit f35d440
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,17 @@ subfeature1 (){
subfeature2 (){
api_functionM
}
subfeature3 (){
api_functionL
}



# MAIN
main () {
subfeature1
subfeature2
subfeature3

if [ "$param" == 1 ]
then
Expand Down

0 comments on commit f35d440

Please sign in to comment.