Date: 2024-11-12 08:45:17
Score: 1
Natty:
- first line is a error: "#!/usr/bin/env bash"
- export PATH is a error: export PATH="/Users/klumpy/Library/Scripts:$PATH"
- If follow a string
echo $(blueutil --connected)
return is null, then used res=$(blueutil --connected); echo $res
or used full path (for example /usr/bin/blueutil).
Reasons:
- Low length (0.5):
- Has code block (-0.5):
- Low reputation (1):
Posted by: Dmitry Lvov