5 lines
79 B
Bash
5 lines
79 B
Bash
|
#!/bin/sh
|
||
|
ls /
|
||
|
ls /data
|
||
|
cp /data/config.json /etc/shadowsocks-rust/config.json
|