Portable bash shebang

Signed-off-by: Filip Czaplicki <git@starsep.com>
This commit is contained in:
Filip Czaplicki
2025-07-20 12:28:07 +02:00
committed by Konstantin Pastbin
parent dbfb0d5e0b
commit 0971c47e84
15 changed files with 15 additions and 15 deletions

View File

@@ -34,7 +34,7 @@ whole planet is also applicable.
The last three steps may be expressed as the following shell script:
```bash
#!/bin/bash
#!/usr/bin/env bash
set -e
REPO="/path/to/cloned/repo"