ioquatix / script-runner

This package will run various script files inside of Atom. It currently supports JavaScript, CoffeeScript, Ruby, and Python. You can add more.
http://atom.io/packages/script-runner
Other
62 stars 23 forks source link

Fixed the extracted environment. #24

Closed huba closed 9 years ago

huba commented 9 years ago

The fetch environment function now discards output from login scripts and it no longer includes declare -x in the environment variable names.

ioquatix commented 9 years ago

Looks good.