Skip to content

Commit

Permalink
Add shebang for bash to script
Browse files Browse the repository at this point in the history
  • Loading branch information
ayjayt committed Nov 25, 2024
1 parent 99218b6 commit 378ba14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/download_chrome.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
set -e
wget $(curl -s https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.json |
jq -r '.versions.[-1].downloads.chrome.[] | select(.platform == "'"${1}"'").url')
Expand Down

0 comments on commit 378ba14

Please sign in to comment.