mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 19:58:03 +00:00
Merge pull request #4 from Emrossa/master
Update startup message, remove ASCII art, and names of developers
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
_____ _ _ _____ _ _ _
|
||||
/ ____| (_) | / ____(_) | | | |
|
||||
| (___ ___ ___ _ _ _ __ _| |_ _ _| (___ _ _ __ ___ _ _| | __ _| |_ ___ _ __
|
||||
\___ \ / _ \/ __| | | | '__| | __| | | |\___ \| | '_ ` _ \| | | | |/ _` | __| / _ \| '__|
|
||||
____) | __/ (__| |_| | | | | |_| |_| |____) | | | | | | | |_| | | (_| | |_ | (_) | |
|
||||
|_____/ \___|\___|\__,_|_| |_|\__|\__, |_____/|_|_| |_| |_|\__,_|_|\__,_|\__| \___/|_|
|
||||
__/ |
|
||||
Licensed GPLv3 |___/ Creates virtualised security scenarios
|
||||
2014-15 By Lewis Ardern and Z.Cliffe.S
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user