mirror of https://github.com/bjeanes/dotfiles.git
5 lines
66 B
Fish
5 lines
66 B
Fish
|
function __sinatra_app
|
||
|
egrep -l "^require.+sinatra.\$" *.rb
|
||
|
|
||
|
end
|