Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
b4da20eb
Commit
b4da20eb
authored
Feb 18, 2001
by
Niels Möller
Browse files
* src/testsuite/functions.sh (spawn_lshg): New function.
Rev: src/testsuite/functions.sh:1.7
parent
623603a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/testsuite/functions.sh
View file @
b4da20eb
...
...
@@ -90,6 +90,12 @@ spawn_lsh () {
at_exit
"kill
$!
"
}
spawn_lshg
()
{
# echo spawn_lshg "$@"
../lshg
$CLIENTFLAGS
-p
$PORT
"
$@
"
-N
localhost &
at_exit
"kill
$!
"
}
at_connect
()
{
mini-inetd
-m
$2
localhost:
$1
--
/bin/sh sh
-c
"
$3
"
&
at_exit
"kill
$!
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment