=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== splash-2.10.1/docs/readdata.rst-143-| | used if there is none in the current dir. e.g. | splash-2.10.1/docs/readdata.rst:144:| | ``export SPLASH_DEFAULTS=$HOME/splash.defaults``| splash-2.10.1/docs/readdata.rst-145-+----------------------------+-------------------------------------------------+ ############################################## splash-2.10.1/scripts/splash_parallel.pl-51-#--------------------------------------------------------- splash-2.10.1/scripts/splash_parallel.pl:52:my @inputs = `cat $inputfile` or die "error: input file does not exist\n"; splash-2.10.1/scripts/splash_parallel.pl-53-#open my $fh,'<',$inputfile or die "error: input file does not exist\n"; ############################################## splash-2.10.1/scripts/splash_parallel.pl-145- my $xgridauth = "-hostname cytosine.ex.ac.uk -auth Kerberos -gid 2"; splash-2.10.1/scripts/splash_parallel.pl:146: my $jobid = `xgrid $xgridauth -job submit $commandline` || die "xgrid not found \n"; splash-2.10.1/scripts/splash_parallel.pl-147- ($jobid) = $jobid =~ m/jobIdentifier\s+=\s+(\d+);/; # \s matches spaces (+ = at least one) \d decimals ############################################## splash-2.10.1/scripts/splash_parallel.pl-187- if ($loadavmax > 0.0) { splash-2.10.1/scripts/splash_parallel.pl:188: my $uptime=`ssh $machine uptime`; splash-2.10.1/scripts/splash_parallel.pl-189- ($loadav) = $uptime =~ m/load ave.+:\s(\d+\.\d+)./;