aboutsummaryrefslogtreecommitdiffstats
path: root/examples/INDEX.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/INDEX.html')
-rw-r--r--examples/INDEX.html16
1 files changed, 9 insertions, 7 deletions
diff --git a/examples/INDEX.html b/examples/INDEX.html
index c3ba24d..5e8cdc6 100644
--- a/examples/INDEX.html
+++ b/examples/INDEX.html
@@ -5,7 +5,7 @@
<th>X-Ref</th>
</tr>
<tr>
- <td>./bashdb</td>
+ <td>./obashdb</td>
<td>Deprecated sample implementation of a bash debugger</td>
</tr>
<tr>
@@ -437,12 +437,6 @@
<tr>
</tr>
<tr>
- <td>./obashdb</td>
- <td>Modified version of the Korn Shell debugger from Bill Rosenblatt's 'Learning the Korn Shell'.</td>
- </tr>
- <tr>
- </tr>
- <tr>
<td>./scripts.noah</td>
<td>Noah Friedman's collection of scripts (updated to bash v2 syntax by Chet Ramey)</td>
</tr>
@@ -729,6 +723,14 @@
<td>Give rsh(1) a shorter timeout.</td>
</tr>
<tr>
+ <td>./scripts/timeout2</td>
+ <td>Execute a given command with a timeout.</td>
+ </tr>
+ <tr>
+ <td>./scripts/timeout3</td>
+ <td>Execute a given command with a timeout.</td>
+ </tr>
+ <tr>
<td>./scripts/vtree2</td>
<td>Display a tree printout of dir in 1k blocks.</td>
<td>tree</td>