Open arminveres opened 4 months ago
Use #!/usr/bin/env bash, for universal deployment capabilities.
#!/usr/bin/env bash
Found to be an issue on NixOS, where only the env interpreter is available, to find binaries on path.
env
path
Use
#!/usr/bin/env bash
, for universal deployment capabilities.Found to be an issue on NixOS, where only the
env
interpreter is available, to find binaries onpath
.