Edited wiki page through web user interface.

This commit is contained in:
Louwrentius 2009-01-10 12:36:07 +00:00
parent 00f86928de
commit e1916a6bdf
1 changed files with 1 additions and 0 deletions

View File

@ -9,3 +9,4 @@ I think that the requirement to install Bash is not unreasonable. Most unices (b
In the future, I might consider rewriting PPSS in order to make it 'portable' to other shells. However, I spent some time on it already and It seems that this will be a major effort and even may not be possible. However I will not discard the idea. I like the idea of portability, but not at every cost.
One of the major problems I see is the fact that I use an array and cycle through all items using an 'array pointer' variable. Also, the while read construct of the listening process may be an issue.