Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
German Leon
Irradiar
Commits
07458f59
Commit
07458f59
authored
Feb 08, 2022
by
German Leon
Browse files
No significativo
parent
cec4b3f3
Changes
3
Hide whitespace changes
Inline
Side-by-side
startup_script.sh
0 → 100755
View file @
07458f59
#!/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
startup_script_noactivo.sh
0 → 100755
View file @
07458f59
#!/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
startup_script_stop.sh
0 → 100755
View file @
07458f59
#!/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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment