<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://stab.st-andrews.ac.uk/wiki/index.php?action=history&amp;feed=atom&amp;title=Queue_Manager_%3A_shell_script_command</id>
		<title>Queue Manager : shell script command - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://stab.st-andrews.ac.uk/wiki/index.php?action=history&amp;feed=atom&amp;title=Queue_Manager_%3A_shell_script_command"/>
		<link rel="alternate" type="text/html" href="http://stab.st-andrews.ac.uk/wiki/index.php?title=Queue_Manager_:_shell_script_command&amp;action=history"/>
		<updated>2026-05-17T00:17:11Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://stab.st-andrews.ac.uk/wiki/index.php?title=Queue_Manager_:_shell_script_command&amp;diff=3390&amp;oldid=prev</id>
		<title>PeterThorpe: Created page with &quot;Put these at the top of your shell script if you want this functionality, remove or add as desired:   #!/bin/bash  #$ -V     ## pass all environment variables to the job, VERY...&quot;</title>
		<link rel="alternate" type="text/html" href="http://stab.st-andrews.ac.uk/wiki/index.php?title=Queue_Manager_:_shell_script_command&amp;diff=3390&amp;oldid=prev"/>
				<updated>2019-05-08T14:18:53Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;Put these at the top of your shell script if you want this functionality, remove or add as desired:   #!/bin/bash  #$ -V     ## pass all environment variables to the job, VERY...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Put these at the top of your shell script if you want this functionality, remove or add as desired:&lt;br /&gt;
&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 #$ -V     ## pass all environment variables to the job, VERY IMPORTANT&lt;br /&gt;
 #$ -N echoTraining    ## job name&lt;br /&gt;
 #$ -cwd    ## Execute the job from the current working directory&lt;br /&gt;
 #$ -S /bin/bash    ## shell where it will run this job&lt;br /&gt;
 #$ -j y    ## join error output to normal output&lt;br /&gt;
 #$ -m e    ## email me at the end of a job&lt;br /&gt;
 #$ -M email@st-andrews.ac.uk    # email address to send to&lt;br /&gt;
 #$ -pe smp 8    # multi core jobs using 8 cores.&lt;/div&gt;</summary>
		<author><name>PeterThorpe</name></author>	</entry>

	</feed>