diff options
author | Gustavo De Nardin <spuk@mandriva.org> | 2009-08-05 19:37:08 +0000 |
---|---|---|
committer | Gustavo De Nardin <spuk@mandriva.org> | 2009-08-05 19:37:08 +0000 |
commit | 57aee4577e79225142003a350d096b68640207a1 (patch) | |
tree | 133432ab3527a120b40edc825053c82d758213fb | |
parent | 8c4dba1ba2cd5df6d9e1dc5b2a3a8cc06bc640af (diff) | |
download | iurt-57aee4577e79225142003a350d096b68640207a1.tar iurt-57aee4577e79225142003a350d096b68640207a1.tar.gz iurt-57aee4577e79225142003a350d096b68640207a1.tar.bz2 iurt-57aee4577e79225142003a350d096b68640207a1.tar.xz iurt-57aee4577e79225142003a350d096b68640207a1.zip |
Adding iurt2 wrapper, which outputs the PID=.. line as required by ulri, as it exists in the cluster currently.
-rwxr-xr-x | iurt2.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/iurt2.sh b/iurt2.sh new file mode 100755 index 0000000..dac51be --- /dev/null +++ b/iurt2.sh @@ -0,0 +1,6 @@ +#!/bin/bash +echo PID=$$ +#exec perl -I/usr/local/lib/perl/iurt/lib /usr/local/bin/iurt2 "$@" &>/dev/null +# <mrl> debugging klodia 20080213 +exec perl -I/usr/local/lib/perl/iurt/lib /usr/local/bin/iurt2 "$@" &> /tmp/iurt.mrl.$$ + |