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
CONTAINER="my-container" # the name of the container in which to 'exec' something
CONFIG="$(dirname $([ -L $0 ] && readlink -f $0 || echo $0))/docker-compose.yml" # path to compose yml file
CMD="docker-compose -f $CONFIG" # docker-compose command