dotfiles/fish/functions/sc.fish

6 lines
78 B
Fish
Raw Normal View History

function sc --description 'Run the Rails console'
2009-10-19 15:25:35 +11:00
script/console $argv
end