Repository: airavata-docs Updated Branches: refs/heads/master 4b11ab170 -> 585d879ac
Changed the Echo wrapper script content for Echo application Project: http://git-wip-us.apache.org/repos/asf/airavata-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-docs/commit/585d879a Tree: http://git-wip-us.apache.org/repos/asf/airavata-docs/tree/585d879a Diff: http://git-wip-us.apache.org/repos/asf/airavata-docs/diff/585d879a Branch: refs/heads/master Commit: 585d879ac705655f1c1c895fe87393c0ed9deae9 Parents: 4b11ab1 Author: Eroma Abeysinghe <[email protected]> Authored: Wed May 31 15:04:14 2017 -0400 Committer: Eroma Abeysinghe <[email protected]> Committed: Wed May 31 15:04:14 2017 -0400 ---------------------------------------------------------------------- Admin-Tutorials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-docs/blob/585d879a/Admin-Tutorials.md ---------------------------------------------------------------------- diff --git a/Admin-Tutorials.md b/Admin-Tutorials.md index 588b2a8..37b8b3f 100644 --- a/Admin-Tutorials.md +++ b/Admin-Tutorials.md @@ -105,7 +105,7 @@ Quickest way to confirm Airavata and PGA setup. This will tell you what you need <pre><code> #!/bin/bash #sleep 10 - echo "Echoed_Output=$*" + echo "Echoed_Output="${@:1:($#-2)}"" >> "${@:(-2):1}" 2>> "${@:(-1):1}" </code></pre> #####<h5 id="GaussianJob">Gaussian Job Submission to Comet (XSEDE resource)</h5>
