12 lines
167 B
Bash
Executable File
12 lines
167 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export SERVER="server.out"
|
|
export SERVER_DIR="../bin/"
|
|
export WWW_ROOT="../bin/www"
|
|
|
|
./startwebserver.sh
|
|
|
|
./test_head.sh
|
|
./test_get.sh
|
|
|
|
./stopwebserver.sh |