diff options
author | Gary Bressler <garybressler@nc.rr.com> | 2010-03-01 23:46:44 -0500 |
---|---|---|
committer | Gary Bressler <garybressler@nc.rr.com> | 2010-03-01 23:46:44 -0500 |
commit | 44a8ade3ed5dc4810fd95c41dbe8ec3aa2fb0cf7 (patch) | |
tree | 4275bbcb03ec58412c3703e4df68f43fb1c10089 /traces/light.ts |
Reorganized tree, along with the visualizer
Diffstat (limited to 'traces/light.ts')
-rw-r--r-- | traces/light.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/traces/light.ts b/traces/light.ts new file mode 100644 index 0000000..db961b2 --- /dev/null +++ b/traces/light.ts | |||
@@ -0,0 +1,9 @@ | |||
1 | #EXE=200 | ||
2 | #PER=300 | ||
3 | EXE=2 | ||
4 | PER=11 | ||
5 | |||
6 | for i in `seq 1 18` | ||
7 | do | ||
8 | rt_launch -w $EXE $PER run | ||
9 | done | ||