new shebangs

This commit is contained in:
2025-01-17 19:07:28 +08:00
parent 45499ca5df
commit c4b2af8073
102 changed files with 103 additions and 103 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
source $( dirname $(readlink -e -- "${BASH_SOURCE}"))/io.sh || exit 255
########################################################

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
source $( dirname $(readlink -e -- "${BASH_SOURCE}"))/io.sh || exit 255
########################################################

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
########################################################
# Docker wrappers

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
_dir=$( dirname $(readlink -e -- "${BASH_SOURCE}"))
source $_dir/io.sh || exit 255
source $_dir/basic.sh || exit 255

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
########################################################
# Simple and fancy input & output

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
########################################################
# Logging functions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
########################################################
# Misc

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
source $( dirname $(readlink -e -- "${BASH_SOURCE}"))/packages.sh || exit 255
########################################################

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
source $( dirname $(readlink -e -- "${BASH_SOURCE}"))/io.sh || exit 255
########################################################

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
source $( dirname $(readlink -e -- "${BASH_SOURCE}"))/io.sh || exit 255
########################################################