Skip to content

Instantly share code, notes, and snippets.

View cerberusiscute's full-sized avatar

cerberusiscute

View GitHub Profile
def main
puts "enter your sigil phrase or word"
line = gets.chomp.squeeze!
arr = line.gsub!(/\s/, '').chars
puts "with [1] or without [0] 'y'"
y_choice = gets.chomp.to_i
to_remove = [ "a", "e", "i", "o", "u" ]
if y_choice == 0
to_remove.push("y")
MacBook-Pro:rust [removed]$ ./configure
configure: looking for configure programs
configure: found cmp
configure: found mkdir
configure: found printf
configure: found cut
configure: found head
configure: found grep
configure: found xargs
configure: found cp