I am trying to do this:
bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head )
but i keep getting this error
bash: line 1: html: No such file or directory
bash: line 2: syntax error near unexpected token `<'
'ash: line 2: `<head><title>301 Moved Permanently</title></head>
What's happening?
source
share