Skip to content

Instantly share code, notes, and snippets.

View grasmash's full-sized avatar

Matthew Grasmick grasmash

  • Annapolis Maryland, USA
  • 06:49 (UTC -05:00)
  • X @grasmash
View GitHub Profile
@timplunkett
timplunkett / setupd8
Last active January 7, 2019 21:02
Reinstall D8
#!/bin/bash
PROFILE="standard"
DB="d8"
UI=false
NO_DEV=false
OPTS=`getopt -o h --longoptions db:,profile:,ui,no-dev -- "$@"`
eval set -- "$OPTS"
while true; do