This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
puts "=============================================" | |
puts "English Numbers Listening Practice by Eugene!" | |
puts "=============================================" | |
sleep 1 | |
$practice = 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "" | |
echo "LET ME SPEAK!" | |
echo "Write some script below and hit Enter." | |
echo "" | |
while read script | |
do |