Skip to content

Commit dac7fa6

Browse files
committed
Bash shebang via /usr/bin/env
1 parent 94edfb6 commit dac7fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
configured_dir=${NOTES_DIRECTORY%/} # Remove trailing slashes
44
notes_dir="${configured_dir:-$HOME/notes}"

0 commit comments

Comments
 (0)