#!/bin/sh
# Ensure the binary is executable
chmod +x server

# Execute the binary (replacing this shell process)
exec ./server
