Add the default set python flles that Argon40 uses.

The files being uploaded are the current versions of the files from
argon40.  These files are being archived as I want to be able to
reference them from time to time.  Also I can compare the files that
were ship with the proto type.
This commit is contained in:
Jeff Curless
2026-02-01 16:14:00 -05:00
parent 4c32adb5e5
commit 7cb53cc8f1
218 changed files with 3894 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/bash
VERSIONINFO="2601005"
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