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 /modules/follow | |
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 'modules/follow')
-rwxr-xr-x | modules/follow/lib.sh | 2 | ||||
-rwxr-xr-x | modules/follow/main.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/follow/lib.sh b/modules/follow/lib.sh index 17ac384..3186db5 100755 --- a/modules/follow/lib.sh +++ b/modules/follow/lib.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash source $AK_LIBDIR/_ak_ipfs diff --git a/modules/follow/main.sh b/modules/follow/main.sh index b5097a9..2da589d 100755 --- a/modules/follow/main.sh +++ b/modules/follow/main.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash ## ## You can maintain a list of friendly zchains or ids ## |