command_donate.sh 605 B

123456789101112131415161718
  1. #!/bin/bash
  2. # LinuxGSM command_donate.sh function
  3. # Author: Daniel Gibbs
  4. # Website: https://linuxgsm.com
  5. # Description: Shows ways to donate
  6. echo -e ""
  7. echo -e "${lightyellow}Support LinuxGSM${default}"
  8. echo -e "================================="
  9. echo -e ""
  10. echo -e "Been using LinuxGSM?"
  11. echo -e "Consider donating to support development."
  12. echo -e ""
  13. echo -e "* ${blue}Patreon:${default} https://linuxgsm.com/patreon"
  14. echo -e "* ${blue}PayPal:${default} https://linuxgsm.com/paypal"
  15. echo -e "* ${blue}Flattr:${default} https://linuxgsm.com/flattr"
  16. echo -e ""
  17. echo -e "LinuxGSM has been going since 2012"