mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC3066 (markdown)
@@ -15,7 +15,8 @@ fi
|
|||||||
if [ -n "$(find file -prune -group "$(id -g)")" ]
|
if [ -n "$(find file -prune -group "$(id -g)")" ]
|
||||||
then
|
then
|
||||||
echo "File is owned by your effective group"
|
echo "File is owned by your effective group"
|
||||||
fi```
|
fi
|
||||||
|
```
|
||||||
|
|
||||||
### Rationale:
|
### Rationale:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user