//<-- CLI SHELL MODE --> // ============================================================================ // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab // Copyright (C) 2009 - DIGITEO - Pierre MARECHAL // // This file is distributed under the same license as the Scilab package. // ============================================================================ // Create all needed directories //============================== chdir(TMPDIR); exec(SCI+"/modules/localization/tests/unit_tests/CreateDir.sce", -1);