diff options
author | Mac Mollison <mollison@cs.unc.edu> | 2010-03-13 12:09:00 -0500 |
---|---|---|
committer | Mac Mollison <mollison@cs.unc.edu> | 2010-03-13 12:09:00 -0500 |
commit | 14a40b99735f09f6e70b8e897acbb622f9115ca3 (patch) | |
tree | e8420397374fd31aa36a66d0dc75872142d339e6 /traces/medium.ts | |
parent | a643f0465d608552433ba326847eec5d0bef3108 (diff) |
Directory restructuring
Reworked directory (and modified some code a bit) to match
intended architecture.
Diffstat (limited to 'traces/medium.ts')
-rw-r--r-- | traces/medium.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/traces/medium.ts b/traces/medium.ts deleted file mode 100644 index a800180..0000000 --- a/traces/medium.ts +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | EXE=2 | ||
2 | PER=12 | ||
3 | |||
4 | for i in `seq 1 6` | ||
5 | do | ||
6 | rt_launch -w $EXE $PER run | ||
7 | done | ||