🧑‍💻 Improve shebang compatibility (#1180)

Signed-off-by: Muhammed Hussain Karimi <info@karimi.dev>
This commit is contained in:
Muhammed Hussain Karimi
2025-12-18 15:43:24 +03:30
committed by GitHub
parent 443947e1ac
commit 46557cddd1
23 changed files with 27 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Delete all directories ending with __XLDIR__ in the specified path

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Simple version: Delete all directories ending with __XLDIR__ in the specified path