Revert "/bin/bash -> /usr/bin/env bash"

This reverts commit 76349f8350d7551e70da8533bcd7daffcad9795a.
This commit is contained in:
niyumard 2023-04-19 18:25:37 +03:30
parent ab531a483b
commit 3b691a58c4
8 changed files with 8 additions and 8 deletions

View File

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

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
TRAPPING=0
trap "{ echo finishing; TRAPPING=1; }" SIGINT

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
set -eo pipefail

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
#!/bin/bash
exec go run tools/generate.go $@

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
#!/bin/bash
exec go run tools/measure.go

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
#!/bin/bash
exec go run tools/serve.go

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
# Sanity testing of the examples.

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
#!/bin/bash
exec go run tools/upload.go -region us-east-1 -bucket gobyexample.com