Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GStreamer_audioRecorder
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
m3
GStreamer_audioRecorder
Commits
3fa29586
Commit
3fa29586
authored
Dec 13, 2017
by
d.basulto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change dirs path
parent
c6194cce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
record.sh
record.sh
+4
-2
No files found.
record.sh
View file @
3fa29586
...
@@ -5,7 +5,8 @@
...
@@ -5,7 +5,8 @@
#$3 record time
#$3 record time
#===============================================================================
#===============================================================================
cd
$HOME
/virtualHDD/m3/recordings
cd
/home/geoint/virtualHDD/m3/recordings
#cd $HOME/Documentos/centroGEO/GStreamer_audioRecorder/recordings
year
=
$(
date
+%Y
)
year
=
$(
date
+%Y
)
month
=
$(
date
+%m
)
month
=
$(
date
+%m
)
...
@@ -28,5 +29,6 @@ if [ ! -d "$day" ]; then
...
@@ -28,5 +29,6 @@ if [ ! -d "$day" ]; then
fi
fi
cd
$day
cd
$day
$HOME
/GStreamer_audioRecorder/streamRecorder
$2
$3
/home/geoint/GStreamer_audioRecorder/streamRecorder
$2
$3
Write
Preview
Markdown
is supported
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