0
編寫shell腳本,因爲目前我的RVM設置要求我寫2-3線切換Ruby版本Ruby版本之間切換,和IM不斷地這樣做,因爲我寫一個Ruby應用程序,它需要2.2.1和需要紅寶石的膠乳文檔1.9.1。我目前的代碼可能看起來更像僞代碼,所以請幫助我運行它。下面的代碼:shell腳本不運行:簡單
#!/bin/sh
/bin/bash --login
rvm list // this is an external shell command
echo -n Use which one? >
read text
rvm use $text // this is an external shell command
或者做兩個aliasses兩個版本,像appruby和latexruby。 –