source: ETALON/CLIO/control/run_makefile_recent.sh @ 754

Last change on this file since 754 was 754, checked in by delerue, 6 years ago

Graphical interface updated

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