4 changed files with 38 additions and 9 deletions
@ -0,0 +1,18 @@ |
|||
#!/bin/bash |
|||
# LinuxGSM command_donate.sh function |
|||
# Author: Daniel Gibbs |
|||
# Website: https://linuxgsm.com |
|||
# Description: Shows ways to donate |
|||
|
|||
echo -e "" |
|||
echo -e "${lightyellow}Support LinuxGSM${default}" |
|||
echo -e "=================================" |
|||
echo -e "" |
|||
echo -e "Been using LinuxGSM?" |
|||
echo -e "Consider donating to support development." |
|||
echo -e "" |
|||
echo -e "* ${blue}Patreon:${default} https://linuxgsm.com/patreon" |
|||
echo -e "* ${blue}PayPal:${default} https://linuxgsm.com/paypal" |
|||
echo -e "* ${blue}Flattr:${default} https://linuxgsm.com/flattr" |
|||
echo -e "" |
|||
echo -e "LinuxGSM has been going since 2012" |
Loading…
Reference in new issue