hashbangs

This commit is contained in:
nate smith 2024-08-18 16:05:19 -05:00
parent e4e5bbef6f
commit a4e0e29d18
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env bash
source ./pg.env
$PGCTL init

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
source ./pg.env