Guest User

Untitled

a guest
Jul 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. sc () {
  2. [[ `rails -v` =~ ([0-9]) ]]
  3. if [[ "$BASH_REMATCH" == "3" ]]; then rails c; else script/console; fi
  4. }
Add Comment
Please, Sign In to add comment