- Timestamp:
- 10/05/11 23:18:55 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaHelperLib/src/de/ugoe/cs/util/console/defaultcommands/CMDexec.java
r175 r244 43 43 commands = (new String(buffer)).split("\n"); 44 44 for (String command : commands) { 45 Console. println(command.trim());45 Console.traceln(command.trim()); 46 46 CommandExecuter.getInstance().exec(command); 47 47 }
Note: See TracChangeset
for help on using the changeset viewer.