| View previous topic :: View next topic |
| Author |
Message |
Wally

Joined: 26 Sep 2005 Posts: 672
|
Posted: Thu Apr 03, 2008 10:57 am Post subject: bug in Insightscript |
|
|
Hi
I found that when i executed the insight script it just exited straight away..
The culprit was a loose exit; command which is on line 3
| Code: |
#!/bin/sh
# insight-6.4.sh by Dan Peori (danpeori@oopo.net)
exit;
|
Cheers
Wally |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Thu Apr 03, 2008 11:47 am Post subject: |
|
|
| It's on purpose. search. |
|
| Back to top |
|
 |
|