From 7403d7c3e984dda2b32a977527932d58303560b4 Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Fri, 5 Apr 2019 13:34:35 -0700 Subject: [PATCH] Update quick_scanner.py --- python_ruby_and_bash/quick_scanner.py | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/python_ruby_and_bash/quick_scanner.py b/python_ruby_and_bash/quick_scanner.py index af06cb6..426e24d 100644 --- a/python_ruby_and_bash/quick_scanner.py +++ b/python_ruby_and_bash/quick_scanner.py @@ -17,16 +17,9 @@ except NameError: subprocess.call('clear', shell=True) print('''\t - ___ __ __ _ ___ _ ___ - / _ \| \/ | /_\ | _ ( ) __| - | (_) | |\/| |/ _ \| //\__ \ - \___/|_| _|_/_/_\_\_|_\ |___/ - | | |_ _|_ _|_ _| | | __| - | |__ | | | | | | | |__| _| - |____|___| |_| _|_| |____|___|__ - / __|/ __| /_\ | \| | \| | __| _ \\ - \__ \ (__ / _ \| .` | .` | _|| / - |___/\___/_/ \_\_|\_|_|\_|___|_|_\\ +##################### +OMAR'S QUICK SCANNER +##################### ''')