Skip to content

Commit

Permalink
Change shebang to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
pathob committed Apr 29, 2021
1 parent 40ebbdf commit f31f4c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cleanup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash

DIRECTORY=$1
EXTENSION=$2
Expand Down
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash

ARTIFACT=$1
OUTPUT=$2
Expand Down

0 comments on commit f31f4c1

Please sign in to comment.