Last change
on this file since 311 was 2, checked in by Rick van der Zwet, 15 years ago |
Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)
|
-
Property svn:executable
set to
*
|
File size:
193 bytes
|
Rev | Line | |
---|
[2] | 1 | #!/bin/sh
|
---|
| 2 |
|
---|
| 3 | # Rick van der Zwet
|
---|
| 4 | # 0433373
|
---|
| 5 | # OS Assigment 2
|
---|
| 6 | # Licence: BSD
|
---|
| 7 | # $Id: debug.sh 508 2008-03-02 14:18:40Z rick $
|
---|
| 8 |
|
---|
| 9 | while [ 1 ]; do
|
---|
| 10 | date
|
---|
| 11 | make && ./partBCD -l 10
|
---|
| 12 | sleep 10
|
---|
| 13 | done
|
---|
Note:
See
TracBrowser
for help on using the repository browser.