Skip to content

Commit 9639b3a

Browse files
authored
Merge pull request #10 from cytopia/master
Bash shebang via /usr/bin/env
2 parents 94edfb6 + dac7fa6 commit 9639b3a

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)