gem install sass
npm install -g sass2stylus
sass2stylus foo.scss
curl -F file=@/your/local/file.scss http://sass2stylus.herokuapp.com > new_file.styl
RestClient.post('http://sass2stylus.herokuapp.com', file: File.open('local_file.scss'))