Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- #include <cstring>
- using namespace std;
- int main(void) {
- string addr = "aaa";
- string command = "python /opt/angee/ang-bt-controller/tag_unbond.py " + ' ' + addr;
- cout << "tagUnbond COMMAND: " << command << endl;
- }
- /*
- $ g++ test.cpp -o test
- $ ./test
- tagUnbond COMMAND: ler/tag_unbond.py aaa
- $
- */
Advertisement
Add Comment
Please, Sign In to add comment