Commit c6194cce authored by d.basulto's avatar d.basulto

restart config

parent 284fb74c
#!/bin/bash
H=$(date +%H%M)
START=0700
END=2359
touch hola.txt
if (( $START <= $H && $H <= $END )); then
/home/geoint/GStreamer_audioRecorder/startRecord.sh 60
fi
Markdown is supported
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