diff options
Diffstat (limited to 'doc/examples/daemon-depedencies/d-ssh')
-rwxr-xr-x | doc/examples/daemon-depedencies/d-ssh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/examples/daemon-depedencies/d-ssh b/doc/examples/daemon-depedencies/d-ssh deleted file mode 100755 index 487354e..0000000 --- a/doc/examples/daemon-depedencies/d-ssh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -PATH=.:$PATH -d=d-ssh - -require d-network -echo $d: starting -sleep 1 -echo $d: started -announce started $d -sleep 1 -echo $d: ready -announce ready $d - |