Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge commands from runfile-exec #5

Merged
merged 3 commits into from
Feb 12, 2016
Merged

Merge commands from runfile-exec #5

merged 3 commits into from
Feb 12, 2016

Conversation

DannyBen
Copy link
Owner

This PR takes all the commands that are available in the runfile-exec gem and integrates them directly into Runfile.

By design, the commands added by this module are not automatically included in the runfile.

it adds commands such as:

run 'any external command'
run_bg 'command'
run_bg 'command', pid: 'easy-to-remember-name'
run_bg 'command', log: 'logfile.log'
stop_bg 'easy-to-remember-name'

To use it, just add

include Runfile::Exec

to your Runfile

DannyBen added a commit that referenced this pull request Feb 12, 2016
Merge commands from runfile-exec
@DannyBen DannyBen merged commit 8d36a30 into master Feb 12, 2016
@DannyBen DannyBen deleted the exec branch February 12, 2016 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant