You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2008/04/10 20:22:12 UTC

svn commit: r646914 - /commons/sandbox/exec/trunk/src/test/scripts/forever.dcl

Author: sebb
Date: Thu Apr 10 11:22:00 2008
New Revision: 646914

URL: http://svn.apache.org/viewvc?rev=646914&view=rev
Log:
Better version that does not print new lines

Modified:
    commons/sandbox/exec/trunk/src/test/scripts/forever.dcl

Modified: commons/sandbox/exec/trunk/src/test/scripts/forever.dcl
URL: http://svn.apache.org/viewvc/commons/sandbox/exec/trunk/src/test/scripts/forever.dcl?rev=646914&r1=646913&r2=646914&view=diff
==============================================================================
--- commons/sandbox/exec/trunk/src/test/scripts/forever.dcl (original)
+++ commons/sandbox/exec/trunk/src/test/scripts/forever.dcl Thu Apr 10 11:22:00 2008
@@ -1 +1 @@
-$!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
$!
$! Licensed to the Apache Software Foundation (ASF) under one or more
$! contributor license agreements.  See the NOTICE file distributed with
$! this work for additional information regarding copyright ownership.
$! The ASF licenses this file to You under the Apache License, Version 2.0
$! (the "License"); you may not use this file except in compliance with
$! the License.  You may obtain a copy of the License at
$!
$!      http://www.apache.org/licenses/LICENSE-2.0
$!
$! Unless required by applicable law or agreed to in writing, software
$! distributed under the License is distributed on an "AS IS" BASIS,
$! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
$! See the License for the specific language governing permissions and
$! limitations under the License.
$! 
$!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
$!
$! run an infinite loop so the script w
 ill never ever terminate
$!
$LOOP:
$   WAIT 00:00:01
$   WRITE SYS$OUTPUT "." ! this includes a new line ;-)
$ GOTO LOOP
\ No newline at end of file
+$!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
$!
$! Licensed to the Apache Software Foundation (ASF) under one or more
$! contributor license agreements.  See the NOTICE file distributed with
$! this work for additional information regarding copyright ownership.
$! The ASF licenses this file to You under the Apache License, Version 2.0
$! (the "License"); you may not use this file except in compliance with
$! the License.  You may obtain a copy of the License at
$!
$!      http://www.apache.org/licenses/LICENSE-2.0
$!
$! Unless required by applicable law or agreed to in writing, software
$! distributed under the License is distributed on an "AS IS" BASIS,
$! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
$! See the License for the specific language governing permissions and
$! limitations under the License.
$! 
$!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
$!
$! run an infinite loop so the script w
 ill never ever terminate
$!
$! Suppress timeout warning
$ SET MESSAGE  /NOFACILITY  /NOIDENTIFICATION       /NOSEVERITY  /NOTEXT
$!
$LOOP:
$   read /prompt="."/time_out=1 sys$command dummy
$ GOTO LOOP
\ No newline at end of file