Skip to content

Instantly share code, notes, and snippets.

View crt0mega's full-sized avatar

~0mega crt0mega

View GitHub Profile
@crt0mega
crt0mega / byezlax
Last active January 11, 2021 19:10
Hubzilla de-Zlaxyfier
#!/bin/bash
#######################
# Database connection #
#######################
declare DB_NAME="hubzilla"
declare DB_HOST="localhost"
declare DB_PORT="3306"
declare DB_USER="user"