Skip to content

Instantly share code, notes, and snippets.

@Daniel-Ash
Daniel-Ash / dev.sh
Last active February 25, 2025 16:57
#!/bin/bash
# Source the utility functions
source ./utils.sh
# Database connection and file path details
hostname="localhost"
port="54322"
dbname="postgres"
user="postgres"