Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View inspiredearth's full-sized avatar

Inspired Earth inspiredearth

View GitHub Profile
@inspiredearth
inspiredearth / README.md
Last active October 13, 2021 12:40 — forked from hofmannsven/README.md
Storing WordPress files and database with WP-CLI on the server.

WordPress Backups with WP-CLI and TAR

The paths used may be server specific. Adjust accordinarly. Simple commands and bash scripts useful for quick backups of Wordpress.

@inspiredearth
inspiredearth / ccdl.command
Last active May 1, 2021 02:20 — forked from SaadBazaz/ccdl.command
Adobe Offline Package Generator v0.1.2 (macOS only)
#!/bin/bash
CYAN="$(tput bold; tput setaf 6)"
RESET="$(tput sgr0)"
clear
if command -v python3 > /dev/null 2>&1; then
if [ $(python3 -c "print('ye')") = "ye" ]; then
clear