mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 05:12:27 +00:00
Use sh shebang and source common-script (#486)
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
This commit is contained in:
parent
70dd8d74e5
commit
a32f566325
|
@ -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}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user