mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 03:01:54 +08:00
8 lines
79 B
Bash
8 lines
79 B
Bash
#!/bin/sh
|
|
|
|
|
|
/etc/init.d/baidudrive enable
|
|
/etc/init.d/baidudrive start
|
|
|
|
exit 0
|