fix(freebsd): portable bash shebang (/usr/bin/env bash) #3

Merged
clawdie merged 1 commit from fix/freebsd-portable-bash-shebang into main 2026-06-17 18:58:02 +02:00
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# ============================================================================
# Hermes Agent Installer
# ============================================================================

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Kill all running Modal apps (sandboxes, deployments, etc.)
#
# Usage:

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# ============================================================================
# Hermes Agent Setup Script
# ============================================================================