Skip to content

Commit 3ba7f02

Browse files
authored
Merge pull request #580 from szarnyasg/sh-fixed
Add headers to Bash scripts
2 parents 92108be + e457aa8 commit 3ba7f02

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

scripts/clean_caches.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env bash
2+
13
if [ -z "$1" ] || [ -z "$2" ] || [ -z "$3" ]; then
24
echo "Usage ./clean-caches.sh <bucket> <endpoint> <pattern>"
35
exit 1

scripts/get_extension_list.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env bash
2+
13
set -eo pipefail
24

35
echo -n "EXTENSION_LIST=[" > extension_list

0 commit comments

Comments
 (0)