Skip to content

Commit

Permalink
Use sh shebang and source common-script (#486)
Browse files Browse the repository at this point in the history
Co-authored-by: nnyyxxxx <[email protected]>
  • Loading branch information
nnyyxxxx and nnyyxxxx authored Sep 19, 2024
1 parent 70dd8d7 commit a32f566
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tabs/gaming/diablo-ii/d2r-loot-filters.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
#!/bin/sh -e

. ../../common-script.sh

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

0 comments on commit a32f566

Please sign in to comment.