rekado / soundCLI

A command line client for soundcloud.com with streaming support via gstreamer
soundcli.elephly.net
96 stars 11 forks source link

password is echoed to the terminal #4

Open rekado opened 12 years ago

rekado commented 12 years ago
 begin
   system "stty -echo"
   @password = gets.chomp
 ensure
   system "stty echo"
 end

or with 1.9.3: require 'io/console' $stdin.getch