mirror of
https://github.com/coolsnowwolf/luci.git
synced 2025-05-01 13:20:49 +08:00
6 lines
41 B
Bash
Executable File
6 lines
41 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cp -a /etc/newapi/* /
|
|
|
|
exit 0
|