Skip to content

Commit

Permalink
Use a more portable shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
na-- committed Nov 10, 2017
1 parent b33221f commit 9c3cef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rename-calibre-library.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -euo pipefail

Expand Down
2 changes: 1 addition & 1 deletion split-into-folders.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -euo pipefail

Expand Down

0 comments on commit 9c3cef1

Please sign in to comment.