Skip to content

Instantly share code, notes, and snippets.

View Nakira's full-sized avatar

Jean-Charles van der Bruggen Nakira

View GitHub Profile
@pacoorozco
pacoorozco / wp-update.sh
Last active July 7, 2024 20:04
Backup and update a Wordpress Site using wp-cli
#!/usr/bin/env bash
##########################################################################
# Shellscript: Backup and update WordPress using wp-cli
# Author : Paco Orozco <[email protected]>
# Requires : wp-cli
##########################################################################
# Changelog
# 20170125: 1.0
# Adds a default option to upgrade only when it's needed.
# 20161220: 0.1
import {
Directive,
ElementRef,
Renderer2,
OnInit,
AfterViewInit,
inject,
} from '@angular/core';
import { MatDialogRef } from '@angular/material/dialog';
import { DialogHelperService } from './DialogHelperService';