diff --git a/lib/commandui/logo/logo.txt b/lib/commandui/logo/logo.txt deleted file mode 100644 index b397b1108..000000000 --- a/lib/commandui/logo/logo.txt +++ /dev/null @@ -1,10 +0,0 @@ - _____ _ _ _____ _ _ _ - / ____| (_) | / ____(_) | | | | -| (___ ___ ___ _ _ _ __ _| |_ _ _| (___ _ _ __ ___ _ _| | __ _| |_ ___ _ __ - \___ \ / _ \/ __| | | | '__| | __| | | |\___ \| | '_ ` _ \| | | | |/ _` | __| / _ \| '__| - ____) | __/ (__| |_| | | | | |_| |_| |____) | | | | | | | |_| | | (_| | |_ | (_) | | -|_____/ \___|\___|\__,_|_| |_|\__|\__, |_____/|_|_| |_| |_|\__,_|_|\__,_|\__| \___/|_| - __/ | - Licensed GPLv3 |___/ Creates virtualised security scenarios - 2014-15 By Lewis Ardern and Z.Cliffe.S - diff --git a/securitysimulator.rb b/securitysimulator.rb index 6174253b9..95e695749 100644 --- a/securitysimulator.rb +++ b/securitysimulator.rb @@ -15,14 +15,8 @@ require_relative 'filecreator.rb' require_relative 'systemreader.rb' require_relative 'vagrant.rb' -# coloured logo -puts "\e[34m" -File.open('lib/commandui/logo/logo.txt', 'r') do |f1| - while line = f1.gets - puts line - end -end -puts "\e[0m" +puts 'SecGen - Creates virtualised security scenarios' +puts 'Licensed GPLv3 2014-16' def usage puts 'Usage: