Files
argon40-battery-display/pythonscript/argon-versioninfo.sh
Jeff Curless 4d7f0ca10f Add some of of the argon40 scripts
Needed to port...
2025-10-06 15:57:27 -04:00

15 lines
267 B
Bash
Executable File

#!/bin/bash
VERSIONINFO="2509004"
echo "Version $VERSIONINFO"
if [ -z "$1" ]
then
echo
echo "We acknowledge the valuable feedback of the following:"
echo "ghalfacree, NHHiker"
echo
echo "Feel free to join the discussions at https://forum.argon40.com"
echo
fi