gameservergame-servergame-servershacktoberfestdedicated-game-serversgamelinuxgsmserverbashgaminglinuxmultiplayer-game-servershell
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
545 B
18 lines
545 B
#!/bin/bash
|
|
# LinuxGSM command_donate.sh function
|
|
# Author: Daniel Gibbs
|
|
# Website: https://linuxgsm.com
|
|
# Description: Shows ways to donate
|
|
|
|
echo ""
|
|
echo "Support LinuxGSM"
|
|
echo "================================="
|
|
echo ""
|
|
echo "Been using LinuxGSM?"
|
|
echo "Consider donating to support development."
|
|
echo ""
|
|
echo "* ${blue}Patreon:${default} https://linuxgsm.com/patreon"
|
|
echo "* ${blue}PayPal:${default} https://linuxgsm.com/paypal"
|
|
echo "* ${blue}Flattr:${default} https://linuxgsm.com/flattr"
|
|
echo ""
|
|
echo "LinuxGSM has been going since 2012"
|