初始化写一半了
This commit is contained in:
Binary file not shown.
@@ -1,10 +0,0 @@
|
||||
#include <iostream>
|
||||
#include <thread>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main()
|
||||
{
|
||||
string cmd = "echo 'orangepi' | sudo -S create_ap wlan0 enP4p65s0 orangepi 12345678";
|
||||
thread([cmd](){ system(cmd.c_str()); }).detach();
|
||||
}
|
||||
Reference in New Issue
Block a user