Files
argon40-battery-display/pythonscript/latest/argon-versioninfo.sh
Jeff Curless 112e7a9548 Latest scripts and such from argon40.
These scripts are used by me to determine if there is anything else I
want to add to the oneUp environment.
2026-01-10 19:04:49 -05:00

15 lines
267 B
Bash

#!/bin/bash
VERSIONINFO="2601003"
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