source: tags/0.57/watchit @ 9

Last change on this file since 9 was 9, checked in by willem, 11 years ago

willem

  • Property svn:executable set to *
File size: 251 bytes
Line 
1#!/bin/bash
2reset
3#exe=./stoposclient
4#watch -n 1 " (rm $exe; make dep >/dev/null &&  make install && timeout 3 $exe -p willemspool create 2>&1) "
5exe=./testpool
6watch -n 0.1 " (rm $exe; make dep >/dev/null &&  make install && timeout 10 $exe 2>&1) "
Note: See TracBrowser for help on using the repository browser.