This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
rm session.txt | |
for FILE in "$@" | |
do | |
echo $FILE | |
FILENMEA="$FILE.txt" | |
echo $FILENMEA | |
../exiftool -GPSLog -b $FILE | sed '/^.*\$GPRMC.*$/!d;s/\[[[:digit:]]*\]//g' > $FILENMEA | |
cat $FILENMEA >> session.txt | |
done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
choco install vscode visualstudio2019enterprise slack microsoft-windows-terminal git gitkraken gpmdp microsoft-teams.install inkscape 7zip adobereader nodejs gimp python zoom onedrive awscli chocolateygui azure-cli microsoftazurestorageexplorer postman razer-synapse-2 dotnetcore-sdk jdk windscribe terraform kubernetes-helm azure-data-studio |