Update from the argon40 site the latest python code

This commit is contained in:
Jeff Curless
2025-10-12 13:26:01 -04:00
parent d6756a32fd
commit 536a41bf12
220 changed files with 1094 additions and 7 deletions

View File

@@ -0,0 +1,14 @@
#!/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