commit 442e1f961b8e395a5e9cf1cd67736640e14330e0 parent 6270e5f3b7062196674aa35c7b52308a24203ffb Author: Andreas Gruhler <andreas.gruhler@adfinis.com> Date: Sun, 8 Dec 2024 20:34:44 +0100 fix: runall shebang Diffstat:
M | runall.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/runall.sh b/runall.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash function pwait() { while [ $(jobs -p | wc -l) -ge $1 ]; do sleep 1