Commit 07458f59 authored by German Leon's avatar German Leon
Browse files

No significativo

parent cec4b3f3
#!/bin/bash
export MYHOME=$(echo $0|cut -d'/' -f1-3)
cd $MYHOME
#chmod 0666 /dev/ttyS0
# Nos vamos al directorio donde estan los test
cd `grep -v \# dir_test`
echo "Solo lo mantenemos vivo..."
#$MYHOME/bin/serie.py
#/home/happy/bin/serie.py
if test -f "deleteindex.flag"; then
rm lastFiNumber deleteindex.flag
fi
$MYHOME/bin/iamalive
#!/bin/bash
# start the four cores
#/home/ubuntu/bin/startcores
export MYHOME=$(echo $0|cut -d'/' -f1-3)
cd $MYHOME
#chmod a+rw /dev/watchdog0
date>> reboot.log
export LD_LIBRARY_PATH=/usr/local/cuda/lib64
# Nos vamos al directorio donde estan los test
cd `grep -v \# dir_test`
#tools/serie.py
if test -f "deleteindex.flag"; then
rm lastFiNumber deleteindex.flag
fi
#/bin/bash
$MYHOME/bin/iamalive_ini 20 10 &
./test.sh
#!/bin/bash
export MYHOME=$(echo $0|cut -d'/' -f1-3)
cd $MYHOME
#chmod 0666 /dev/ttyS0
# Nos vamos al directorio donde estan los test
cd `grep -v \# dir_test`
echo "Solo lo mantenemos vivo..."
#$MYHOME/bin/serie.py
#/home/happy/bin/serie.py
if test -f "deleteindex.flag"; then
rm lastFiNumber deleteindex.flag
fi
$MYHOME/bin/iamalive
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment