X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=demo%2Fdemo;h=105861e31f46ad496a0da318812af76a327c064c;hb=1d3ab5568258841b1741b8c2fc88ce4e958e6fc6;hp=9cb2fee34776f3a7e8037d443e1999041b1fe0ab;hpb=b9dbda40ec64f1d4f58e7da87125d38aa3ab54d1;p=melted diff --git a/demo/demo b/demo/demo index 9cb2fee..105861e 100755 --- a/demo/demo +++ b/demo/demo @@ -14,7 +14,7 @@ function get_consumer( ) function show_menu( ) { sed 's/\t\+/\t/g' < demo.ini | - awk -F '\t' '{ printf( "%2d. %-30.30s", ++ i, $2 ); if ( i % 2 == 0 ) printf( "\n" ); }' + awk -F '\t' '{ printf( "%2d. %-30.30s", ++ i, $2 ); if ( i % 2 == 0 ) printf( "\n" ); } END { if ( i % 2 == 1 ) printf( "\n" ); }' } function check_dependencies( ) @@ -47,6 +47,8 @@ function get_demo( ) fi } +cd ..; . setenv; cd - + while [ 1 ] do