diff --git a/SC1074.md b/SC1074.md new file mode 100644 index 0000000..8a126ff --- /dev/null +++ b/SC1074.md @@ -0,0 +1,8 @@ +while getoptions f option +do + case "${options}" + in + f) FTR="${ARG}" + \?) exit;; + esac +done \ No newline at end of file