source: ETALON/CLIO/control/run_makefile.sh @ 638

Last change on this file since 638 was 638, checked in by delerue, 7 years ago

CLIO controls updated

  • Property svn:executable set to *
File size: 191 bytes
Line 
1#!/bin/bash
2
3
4
5#create directory for today
6cd /var/www/html/CLIO/
7mkdir `date  +%Y%m%d`
8cd  `date  +%Y%m%d`
9
10while true; do 
11    make -f /home/etalon-admin/control/makefile;
12    sleep 5
13done
Note: See TracBrowser for help on using the repository browser.