Modify build and archive Argon40 scripts.
Move all of the argon40 scripts to archive... these scripts should not be used as is, they are simply copies of the originals so I can track changes to see if there is anything important that needs to be transfered to the battery driver.
This commit is contained in:
14
archive/latest/argon-versioninfo.sh
Normal file
14
archive/latest/argon-versioninfo.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user