mirror of https://github.com/zulip/zulip.git
install-aws-cli: Add a shebang so it is callable directly.
This commit is contained in:
parent
38bf1c5d22
commit
1a84a20ca0
|
@ -1,4 +1,4 @@
|
|||
# shellcheck shell=bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eu
|
||||
|
||||
|
|
Loading…
Reference in New Issue