mirror of
https://github.com/okunze/Argon40-ArgonOne-Script.git
synced 2025-06-20 05:18:37 +02:00
15 lines
267 B
Bash
15 lines
267 B
Bash
#!/bin/bash
|
|
|
|
VERSIONINFO="2505003"
|
|
|
|
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
|