3 lines
75 B
Bash
3 lines
75 B
Bash
#!/bin/sh
|
|
cp /data/options.json /etc/shadowsocks-rust/config.json
|
|
ssserver
|