4 lines
129 B
Bash
Executable file
4 lines
129 B
Bash
Executable file
#!/bin/bash
|
|
mkdir -p $1/{log,shared}
|
|
cd $1/shared
|
|
torecho > ../log/server-udpecho-stdout.log 2> ../log/server-udpecho-stderr.log
|