[Dxspider-support] Command to check the current version

VE3OY Matt ve3oy at ve3oy.com
Thu Mar 2 06:25:46 GMT 2023


I'm not that good with GIT, and I wanted to create a little BASH script 
to report it.

This is what I came up with:

#!/bin/bash

cd /spider
git checkout mojo
echo -n "Current version: "
git describe --tags


Hopefully, this will save you a little time and research.

Matt

VE3OY






More information about the Dxspider-support mailing list