Skip to content

Instantly share code, notes, and snippets.

@Daniel-Ash
Daniel-Ash / dev.sh
Last active December 10, 2023 22:09
#!/bin/bash
# Source the utility functions
source ./utils.sh
# Database connection and file path details
hostname="localhost"
port="54322"
dbname="postgres"
user="postgres"