mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Created SC1074 (markdown)
8
SC1074.md
Normal file
8
SC1074.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
while getoptions f option
|
||||||
|
do
|
||||||
|
case "${options}"
|
||||||
|
in
|
||||||
|
f) FTR="${ARG}"
|
||||||
|
\?) exit;;
|
||||||
|
esac
|
||||||
|
done
|
Reference in New Issue
Block a user