5 lines
66 B
Bash
Executable File
5 lines
66 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd bin
|
|
nohup ./wsproxy -i $1 >> wsproxy$1.out 2>&1 &
|