Skip to content

Instantly share code, notes, and snippets.

Avatar

Jacob Sammon jacobsammon

View GitHub Profile
View db-backup.sh
#!/bin/sh
mysqldump --user USERNAMEWITHACCESSTOALLDBS --all-databases > all.sql
rclone copy ./all.sql remote:bucket-name
rm all.sql
View weather.sh
#!/bin/sh
CYAN='\033[0;36m'
printf "${CYAN}"
curl wttr.in/?format=3