# File lib/heroku/helpers.rb, line 82
def
shell
(
cmd
)
FileUtils
.
cd
(
Dir
.
pwd
) {
|
d
|
return
`#{cmd}`
}
end