We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
parallel shellの機能追加、強化を行う。
@host:command...
@host,@host... :command...
!command
!!command
!!
!$
<()
()>
&&
||
The text was updated successfully, but these errors were encountered:
各タスクをIssue化しているので、このIssueはクローズしてしまう。
Sorry, something went wrong.
blacknon
No branches or pull requests
parallel shellの機能追加、強化を行う。
@host:command...
or@host,@host... :command...
to execute commands only on the specified server #113!command
is used, `! <(hogehoge...) Add processing to make the content executed by Remote with #114!command
to pass them all together in one process, but Add ability to create a process for each ssh connection with!!command
to execute local commands #123!!
,!$
#124<()
,()>
, etc., as well as&&
and||
#126The text was updated successfully, but these errors were encountered: