diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-12-07 17:15:28 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-12-07 17:15:28 +0200 |
commit | 4114fd1586bce1757b06efbc5a941df71a0a049b (patch) | |
tree | ffd5fd3953f70a04c7ffa2811e3c2f613091c72e /test_with_podman.sh | |
parent | 72d7fdf56ebf5f02614f1172115a687ccc7f39fa (diff) | |
download | arching-kaos-tools-4114fd1586bce1757b06efbc5a941df71a0a049b.tar.gz arching-kaos-tools-4114fd1586bce1757b06efbc5a941df71a0a049b.tar.bz2 arching-kaos-tools-4114fd1586bce1757b06efbc5a941df71a0a049b.zip |
Portable shebangs
Diffstat (limited to 'test_with_podman.sh')
-rwxr-xr-x | test_with_podman.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_with_podman.sh b/test_with_podman.sh index 574c8ed..583cd66 100755 --- a/test_with_podman.sh +++ b/test_with_podman.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash podman_dir="podman" now="$(date -u +%s)" |