#!/bin/bash # LinuxGSM command_donate.sh function # Author: Daniel Gibbs # Website: https://linuxgsm.com # Description: Shows ways to donate echo "Support LinuxGSM" echo "=================================" echo "" echo "Been using LinuxGSM?" echo "Consider donating to support development." echo "" echo "* Patreon: https://linuxgsm.com/patreon" echo "* PayPal: https://linuxgsm.com/paypal" echo "* Flattr: https://linuxgsm.com/flattr" echo "* Buy me a Coffee: https://linuxgsm.com/coffee" echo "" echo "LinuxGSM has been going since 2012"