Skip to content

Commit

Permalink
chore: update shebang in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
koralowiec committed Dec 27, 2024
1 parent d4306dc commit a2d4c66
Show file tree
Hide file tree
Showing 930 changed files with 933 additions and 933 deletions.
2 changes: 1 addition & 1 deletion archive/src/boundary-asdf/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "boundary-asdf",
"version": "2.0.14",
"version": "2.0.15",
"name": "boundary (via asdf)",
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/boundary-asdf",
"description": "Installs boundary",
Expand Down
2 changes: 1 addition & 1 deletion archive/src/boundary-asdf/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/src/boundary-asdf/library_scripts.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash


clean_download() {
Expand Down
2 changes: 1 addition & 1 deletion archive/src/cmctl-asdf/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "cmctl-asdf",
"version": "2.0.14",
"version": "2.0.15",
"name": "cmctl (via asdf)",
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/cmctl-asdf",
"description": "cmctl is a command line tool that can help you manage cert-manager and its resources inside your cluster.",
Expand Down
2 changes: 1 addition & 1 deletion archive/src/cmctl-asdf/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/src/cmctl-asdf/library_scripts.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash


clean_download() {
Expand Down
2 changes: 1 addition & 1 deletion archive/src/cue-asdf/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "cue-asdf",
"version": "2.0.14",
"version": "2.0.15",
"name": "CUE (via asdf)",
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/cue-asdf",
"description": "CUE is an open source data constraint language which aims to simplify tasks involving defining and using data.",
Expand Down
2 changes: 1 addition & 1 deletion archive/src/cue-asdf/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/src/cue-asdf/library_scripts.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash


clean_download() {
Expand Down
2 changes: 1 addition & 1 deletion archive/src/ffmpeg-homebrew/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "ffmpeg-homebrew",
"version": "1.0.18",
"version": "1.0.19",
"name": "FFmpeg (via Homebrew)",
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/ffmpeg-homebrew",
"description": "FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations.",
Expand Down
2 changes: 1 addition & 1 deletion archive/src/ffmpeg-homebrew/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/src/ffmpeg-homebrew/library_scripts.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash


clean_download() {
Expand Down
2 changes: 1 addition & 1 deletion archive/src/homebrew-package/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Homebrew Package",
"id": "homebrew-package",
"version": "1.0.7",
"version": "1.0.8",
"description": "Installs a Homebrew package.",
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/homebrew-package",
"installsAfter": [
Expand Down
2 changes: 1 addition & 1 deletion archive/src/homebrew-package/library_scripts.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash


clean_download() {
Expand Down
2 changes: 1 addition & 1 deletion archive/src/meson-asdf/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "meson-asdf",
"version": "2.0.14",
"version": "2.0.15",
"name": "Meson (via asdf)",
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/meson-asdf",
"description": "Meson is an open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible.",
Expand Down
2 changes: 1 addition & 1 deletion archive/src/meson-asdf/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/src/meson-asdf/library_scripts.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash


clean_download() {
Expand Down
2 changes: 1 addition & 1 deletion archive/src/porter/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "porter",
"version": "1.0.2",
"version": "1.0.3",
"name": "Porter (via porter.sh)",
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/porter",
"description": "Porter enables you to package your application artifact, client tools, configuration and deployment logic together as an installer that you can distribute, and install with a single command.",
Expand Down
2 changes: 1 addition & 1 deletion archive/src/porter/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/src/porter/library_scripts.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash


clean_download() {
Expand Down
2 changes: 1 addition & 1 deletion archive/src/postgres-asdf/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "postgres-asdf",
"version": "1.0.2",
"version": "1.0.3",
"name": "PostgreSQL (via asdf)",
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/postgres-asdf",
"description": "PostgreSQL is a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.",
Expand Down
2 changes: 1 addition & 1 deletion archive/src/postgres-asdf/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/src/postgres-asdf/library_scripts.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash


clean_download() {
Expand Down
2 changes: 1 addition & 1 deletion archive/src/rabbitmq-asdf/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "rabbitmq-asdf",
"version": "1.0.3",
"version": "1.0.4",
"name": "Rabbitmq (via asdf)",
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/kubectl-asdf",
"description": "RabbitMQ is a feature rich, multi-protocol messaging and streaming broker.",
Expand Down
2 changes: 1 addition & 1 deletion archive/src/rabbitmq-asdf/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/src/rabbitmq-asdf/library_scripts.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash


clean_download() {
Expand Down
2 changes: 1 addition & 1 deletion archive/src/scala-asdf/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "scala-asdf",
"version": "2.0.16",
"version": "2.0.17",
"name": "scala (via asdf)",
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/scala-asdf",
"description": "Scala combines object-oriented and functional programming in one concise, high-level language",
Expand Down
2 changes: 1 addition & 1 deletion archive/src/scala-asdf/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/src/scala-asdf/library_scripts.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash


clean_download() {
Expand Down
2 changes: 1 addition & 1 deletion archive/src/vertx-sdkman/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "vertx-sdkman",
"version": "2.0.15",
"version": "2.0.16",
"name": "Vert.x (via SDKMAN)",
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/vertx-sdkman",
"description": "Vert.x is a tool-kit for building reactive applications on the JVM.",
Expand Down
2 changes: 1 addition & 1 deletion archive/src/vertx-sdkman/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/src/vertx-sdkman/library_scripts.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash


clean_download() {
Expand Down
2 changes: 1 addition & 1 deletion archive/src/visualvm-sdkman/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "visualvm-sdkman",
"version": "2.0.15",
"version": "2.0.16",
"name": "VisualVM (via SDKMAN)",
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/visualvm-sdkman",
"description": "VisualVM is a tool that provides a visual interface for viewing detailed\ninformation about Java applications while they are running on a Java Virtual\nMachine.",
Expand Down
2 changes: 1 addition & 1 deletion archive/src/visualvm-sdkman/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/src/visualvm-sdkman/library_scripts.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash


clean_download() {
Expand Down
2 changes: 1 addition & 1 deletion archive/test/age-keygen/test_defaults_debian.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/airplane-cli/test_defaults_debian.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/bigcommerce-stencil-cli/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/bitwarden-cli/test_defaults_debian.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/boundary-asdf/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/btm/test_defaults_debian.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/cert-manager/test_defaults_debian.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/cmctl-asdf/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/codenotary-cas/test_defaults_debian.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/croc/test_defaults_debian.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/cue-asdf/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/edge-impulse-cli/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/elixir-asdf/test_debian_11.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/elixir-asdf/test_debian_12.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/elixir-asdf/test_ubuntu_2004.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/elixir-asdf/test_ubuntu_2204.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/erlang-asdf/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/erlang-asdf/test_debian_bullseye.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/erlang-asdf/test_ubuntu.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/ffmpeg-homebrew/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/ko/test_defaults_debian.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/kubescape/test_defaults_debian.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/mage/test_defaults_debian.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/meson-asdf/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/meteor-cli/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/nushell/test_defaults_debian.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion archive/test/ory-keto/test_defaults_debian.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/usr/bin/env bash

set -e

Expand Down
Loading

0 comments on commit a2d4c66

Please sign in to comment.