From 82b7ea4a37f305422e1ec7692c6d4c9d804e6162 Mon Sep 17 00:00:00 2001 From: alatem Date: Tue, 26 Jan 2021 09:36:47 -0600 Subject: [PATCH] Created SC1074 (markdown) --- SC1074.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 SC1074.md 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