Repository: airavata-docs Updated Branches: refs/heads/master 45cda7b84 -> e91a9c8df
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/e91a9c8d Tree: http://git-wip-us.apache.org/repos/asf/airavata-docs/tree/e91a9c8d Diff: http://git-wip-us.apache.org/repos/asf/airavata-docs/diff/e91a9c8d Branch: refs/heads/master Commit: e91a9c8df78914d648456d9c2e8fc804364794c1 Parents: 45cda7b Author: Eroma Abeysinghe <[email protected]> Authored: Thu Jun 1 15:14:28 2017 -0400 Committer: Eroma Abeysinghe <[email protected]> Committed: Thu Jun 1 15:14:28 2017 -0400 ---------------------------------------------------------------------- Admin-Tutorials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-docs/blob/e91a9c8d/Admin-Tutorials.md ---------------------------------------------------------------------- diff --git a/Admin-Tutorials.md b/Admin-Tutorials.md index 2f7fe57..279def8 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="${@:1:($#-2)}"" >> "${@:(-2):1}" 2>> "${@:(-1):1}" + echo "Echoed_Output="${@:1:($#-2)}"" >> "${@:(-1):1}" 2>> "${@:(-2):1}" </code></pre> #####<h5 id="GaussianJob">Gaussian Job Submission to Comet (XSEDE resource)</h5>
