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