| OLD | NEW |
| 1 #!/bin/sh | 1 #!/bin/sh |
| 2 # | 2 # |
| 3 # usage: rtpw_test <rtpw_commands> | 3 # usage: rtpw_test <rtpw_commands> |
| 4 # | 4 # |
| 5 # tests the rtpw sender and receiver functions | 5 # tests the rtpw sender and receiver functions |
| 6 # | 6 # |
| 7 # Copyright (c) 2001-2006, Cisco Systems, Inc. | 7 # Copyright (c) 2001-2006, Cisco Systems, Inc. |
| 8 # All rights reserved. | 8 # All rights reserved. |
| 9 # | 9 # |
| 10 # Redistribution and use in source and binary forms, with or without | 10 # Redistribution and use in source and binary forms, with or without |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 else | 153 else |
| 154 | 154 |
| 155 echo "error: can't find executable" $RTPW | 155 echo "error: can't find executable" $RTPW |
| 156 exit 1 | 156 exit 1 |
| 157 | 157 |
| 158 fi | 158 fi |
| 159 | 159 |
| 160 # EOF | 160 # EOF |
| 161 | 161 |
| 162 | 162 |
| OLD | NEW |