Skip to content

Commit 51e053d

Browse files
committed
Update shebang for portability
1 parent a5b3de5 commit 51e053d

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# Prevents script from running if there are any errors
44
set -e

deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# Adapted from https://zellwk.com/blog/deploy-static-site/
44

generate.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# Prevents script from running if there are any errors
44
set -e

top-pypi-packages.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env bash
12
# To be run from cron
23
cd ~/github/top-pypi-packages
34
./build.sh

0 commit comments

Comments
 (0)