Storing the original Python files.
I noticed that Argon40 updated the scripts... they must be getting ready for release, so I grabbed the older ones off of the original boot device for my Argon OneUp. Will add anything else here that I find as well.
This commit is contained in:
14
pythonscript/original_beta/argon-versioninfo.sh
Executable file
14
pythonscript/original_beta/argon-versioninfo.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
VERSIONINFO="2507001"
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user