Add some of of the argon40 scripts

Needed to port...
This commit is contained in:
Jeff Curless
2025-10-06 15:57:27 -04:00
parent e6e17904b7
commit 4d7f0ca10f
12 changed files with 2083 additions and 0 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