7 lines
154 B
Bash
Executable file
7 lines
154 B
Bash
Executable file
#!/bin/bash
|
|
|
|
python gpx2owntracks.py $1 \
|
|
--jsonl-path test/rec/$(basename $1 | cut -d '.' -f 1).jsonl \
|
|
--user owntracksusr --device oskar --tid AL
|
|
|