From 601a88917283f956f02ba428b6b96617f8521ec7 Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Sun, 23 Aug 2026 02:37:03 -0400 Subject: [PATCH] Fix forward-ssh.sh shebang --- forward-ssh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forward-ssh.sh b/forward-ssh.sh index ffb28ac..5594d75 100755 --- a/forward-ssh.sh +++ b/forward-ssh.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Finds the SSH private key under ./.vagrant and connects to # the Vagrant box, port forwarding localhost ports: 8443, 443, 80, 22