Changeset 130
- Timestamp:
- Nov 23, 2010, 12:35:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r128 r130 2704 2704 %% to lauch the jobs locally : 2705 2705 if(isunix) 2706 cmd_str=['!at -qb now -f ' filename_bat ' &']; %ou at -qb now -f 2706 cmd_str=['!. ' filename_bat ' &']; 2707 % cmd_str=['!at -qb now -f ' filename_bat ' &']; %ou at -qb now -f bad idea... 2707 2708 eval(cmd_str); 2708 2709 display(cmd_str);
Note: See TracChangeset
for help on using the changeset viewer.