Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.rvmrc - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.rvmrc
blob: 60c7c9a56f1e5ea28e922f39793ca82f5b7f3c01 (plain)
1
2
3
4
5
6
#!/bin/bash
if [ -e '.rvmrc_custom' ]; then
  source .rvmrc_custom;
else
  rvm --create use ree-1.8.7-2011.03@diaspora;
fi