Skip to content

Instantly share code, notes, and snippets.

View spagu's full-sized avatar
💭
I may be slow to respond.

Mona Lisa spagu

💭
I may be slow to respond.
View GitHub Profile
@spagu
spagu / artowoo.sh
Created March 13, 2020 08:38 — forked from protorob/artowoo.sh
Bash Sript to Automate the Configuration of the Artomultiplo's Woocommerce Starter Kit
#!/bin/bash -e
# Start allways the same
wpuser='yourusername'
wpuseremail='yourname@yourdomain.tld'
wpuserpass=$(date +%s | sha256sum | base64 | head -c 16)
dpprefix=$(date +%s | sha256sum | base64 | head -c 6)
clear