Created SC1074 (markdown)

alatem
2021-01-26 09:36:47 -06:00
parent 83748c5b5d
commit 82b7ea4a37

8
SC1074.md Normal file

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