5 lines
132 B
Text
5 lines
132 B
Text
|
#!/bin/bash
|
||
|
mkdir -p $1/{log,shared}
|
||
|
cd $1/shared
|
||
|
torecho -n > ../log/server-udpecho-stdout.log 2> ../log/server-udpecho-stderr.log
|