Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Ecf Script

We will add a new task /test/f6/t1.
Create new ecf script file $HOME/course/test/f6/t1.ecf to use these variables for which we want to be late.

 

Code Block
languagebash
%include <head.h>
sleep %SLEEP%
%include <tail.h>

 

...