mirror of
https://github.com/benhoyt/inih.git
synced 2025-01-17 22:22:53 +08:00
6 lines
155 B
Bash
Executable File
6 lines
155 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
g++ -Wall INIReaderExample.cpp ../cpp/INIReader.cpp ../ini.c -o INIReaderExample
|
|
./INIReaderExample > cpptest.txt
|
|
rm INIReaderExample
|