source: liacs/os/assignment2/debug.sh@ 22

Last change on this file since 22 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
RevLine 
[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
9while [ 1 ]; do
10 date
11 make && ./partBCD -l 10
12 sleep 10
13done
Note: See TracBrowser for help on using the repository browser.