Skip to content

chore: specify shell interpreter in uninstall.sh

ca945c1
Select commit
Loading
Failed to load commit list.
Merged

Dev #45

chore: specify shell interpreter in uninstall.sh
ca945c1
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
codefactor.io / CodeFactor succeeded Dec 4, 2024 in 1s

3 minor issues found.

Annotations

Check notice on line 7 in examples/install.sh

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

examples/install.sh#L7

read without -r will mangle backslashes. (SC2162)

Check notice on line 55 in examples/install.sh

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

examples/install.sh#L55

read without -r will mangle backslashes. (SC2162)

Check notice on line 18 in examples/install.sh

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

examples/install.sh#L18

read without -r will mangle backslashes. (SC2162)