commit 4991b82d230be8466aaa5c03e076b9b729335855 parent 425ebbbbb1ce0a72145492ff9be4b5a571337b95 Author: breadcat <breadcat@users.noreply.github.com> Date: Tue, 12 Nov 2024 11:50:19 +0000 Replace shebang Diffstat:
M | server.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server.sh b/server.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # functions function find_directory {