8 lines
227 B
Bash
8 lines
227 B
Bash
#!/bin/bash
|
|
echo "--------------- Files ------------"
|
|
ls -l /container/directory/*.fit
|
|
echo "---------- End files ------------"
|
|
cd /root/
|
|
python3 ./convertAllFits.py
|
|
echo "Check for new files in mounted file ending with .gpx"
|