Use sh shebang and source common-script (#486)

Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
This commit is contained in:
Nyx 2024-09-18 20:33:54 -04:00 committed by GitHub
parent 70dd8d74e5
commit a32f566325
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,6 @@
#!/bin/bash #!/bin/sh -e
. ../../common-script.sh
# Search for possible Diablo II Resurrected folder locations # Search for possible Diablo II Resurrected folder locations
printf "%b\n" "${YELLOW}Searching for Diablo II Resurrected folders...${RC}" printf "%b\n" "${YELLOW}Searching for Diablo II Resurrected folders...${RC}"