SQSCANGHA-97 Use /usr/bin/env for shebang (#193)

This commit is contained in:
Elian Doran 2025-06-30 11:17:39 +03:00 committed by GitHub
parent 74f62c995b
commit ef211f93a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -eou pipefail