4 lines
61 B
Bash
4 lines
61 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
g++ -O2 -lstdc++ log_convert.cpp -o log_convert
|