1
0
mirror of https://github.com/koalaman/shellcheck.git synced 2025-01-03 17:50:07 -08:00

Destroyed SC1074 (markdown)

haruna 2021-05-21 03:13:28 +09:00
parent ddb8ec9121
commit 7dcfce2494

@ -1,8 +0,0 @@
while getoptions f option
do
case "${options}"
in
f) FTR="${ARG}"
\?) exit;;
esac
done