Skip to content

Commit a32f566

Browse files
Nyxnnyyxxxx
andauthored
Use sh shebang and source common-script (#486)
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
1 parent 70dd8d7 commit a32f566

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tabs/gaming/diablo-ii/d2r-loot-filters.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
#!/bin/bash
1+
#!/bin/sh -e
2+
3+
. ../../common-script.sh
24

35
# Search for possible Diablo II Resurrected folder locations
46
printf "%b\n" "${YELLOW}Searching for Diablo II Resurrected folders...${RC}"

0 commit comments

Comments
 (0)